Description: A recipe app that allows users to search for recipes and post them to share!
Authors: Tiffany Fu, Pine Netcharussaeng, Patrick Yuson, Omar Hashi, Vivi Thai
- Installation
- Features
- Tutorial
- Additional Media
- Credits
To run our app follow these steps
- Clone the repo
git clone {repo url}
- Run the frontend code
cd frontend
npm install
npm install firebase
npm install axios
npm run dev
- Run the backend code
cd backend
npm install
npm install dotenv cors express cookie-parser request firebase
npm start
- Explore recipes from other users and other different websites
- Search based on name of recipe and save them
- Consult with our Chatbot for recipe instructions and tips
- Create your own recipe to publish on the website
- Comment and rate other recipes
- Log in as guest or create an account to save and create recipe
- Allow administrator log in to verify or delete recipes
- Create an account and log in
- Start exploring recipes with the 'Recipe' button
- Click on a recipe to view ingredients, nutrition information, ratings and comments, and chat with our Chatbot, Sue.
- In 'Your Cookbook':
- Users can create a recipe by clicking on the green button. Add a recipe and wait for administration approval to see it published on the website.
- View your created and saved recipes.
- On your profile, view notifications about newly posted recipes from other users. Click to view the recipe.
Authors: Tiffany Fu, Pine Netcharussaeng, Patrick Yuson, Omar Hashi, Vivi Thai. This project was completed as a part of Forge Launch SWE Training. Special Thanks to TA's Simon Anderson, and Byron Richards, and Alum Instructor Mitch Gillin.