Garnish is an app that enables users to search for recipes and save the ones they most like. Users can also create their own recipes, save them and modify them at any time. Lastly, the app provides users with the ability of pasting any url of a recipe page and save any recipe content locally which can be modified as well.
-
Fork this repo and Clone a copy on your local machine.
-
Set up your API key (the recipes available through the app are fetched from the Spoonacular API):
- create an account: https://spoonacular.com/food-api/console#Dashboard
- Once logged in, check your profile and copy your API key
- In the server folder,create a .env file and paste the API key as followed: API_KEY1 = " ...your key here... "
- Install the dependencies:
- Run npm i from the server folder
- Run npm i from the client folder
- Start the app:
- Run npm start from the server folder
- Run npm start from the client folder
- 🏗 React
- 💄 CSS & bootstrap
- 📊 Chart.JS
- 🔀 react router
<<<<<<< HEAD
- 🏗 node.js + Express
Misc:
- 🎨 coolors.co (color palettes generator)
- 🗂️ trello
- Back-end
- Node.js
- Express
Miscellaneous:
- Colors.co (color palettes generator)
- Trello
- Namelix
65b2df56dac44df321adf675c90f0baa941cf5e9
All recipes are fetched from the spoonacular API: https://spoonacular.com/food-api


