Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 281 Bytes

readme.md

File metadata and controls

11 lines (10 loc) · 281 Bytes

RecipeApp-Backend

A little Backend API for a Recipe organiser Application, created with express. The Client is able to create a User, create Recipes and toggle Favorites.

Dependencies used

  • bcrypt
  • dotenv
  • express
  • express-validator
  • http-errors
  • mongoose