Hi I'm Rosie This gonna be where I will start my solo project
This program is using apiKey in both Front End and Back End
-
Front End: I hard coded the apiKey but for now it's a fake one. I'm aware of the cybersecurity issues so I will give you the real one if you wanna run the program just contact me.
-
Back End: I solved this problem with enviroment variable
API_KEY
. You need to provide it when running the backend. E.g.
API_KEY=abc123 nodemon index.js
MongoDB
Express
React
Node
- Random recipe Recommendations
- Favorite Recipes
- Unfavorite Recipes
- search recipes by ingredients categories
- Individual pages for each recipe
- track ingredients by id
- Full documentation
- Setup tutorial