This is the API for Family Recipes project in Lambda Build Week, it will allow the user to create a front end recipe data base to keep all their family recipes in one place.
- User can register and login
- user can add a recipe that will include
- Instructions
- Ingredients
- Tags for type of food
- Title
- Source of the recipe
- Preparation Time
- Cooking Time
- Servings
- Users can rate recipes recipe and add comments
- Clone this Repository
- Install all project dependencies with
npm install - Start the API server with
npm run server