Meal Picks Backend is an API server for recipe based projects. If you want to have an app or website with recipes, but don't want to spend a lot of time - this can be a good choice.
/api/recipes
/api/favoriteRecipes
/api/mealPlans
/api/users
/api/login
The application is a simple CRUD system around recipes and meals. In the domain model, a recipe is a set of instructions for preparing a particular dish, including the list of ingredients required. A meal plan is a dish planned at a specified date.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Fork this repository on Github.
- Clone your forked repository onto your local computer.
- Use
$ cd meal-picks-backend
to move into the project directory. - Create a
.env
file in the root directory and add the following askey = value
shown in.env.example
$ npm run dev
to run a local development server.- Explore and enjoy!
- Mongoose
- JsonWebToken
- Bcrypt
- Cloudinary
- Multer
- Continuous deployment with Cyclic
- Prettier
- ESlint
- ReDoc
- Joe Lee - Initial work
This project is licensed under the MIT license - see the LICENSE file for details