This is a food delivery application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The application allows users to search for recipes, add items to the cart, and navigate to the cart page.
- Search for recipes using the Edamam API.
- Display a list of recipes.
- Add recipes to the cart.
- Navigate to the cart page to view selected items.
- MongoDB: Database to store food items and orders.
- Express.js: Backend framework to handle HTTP requests.
- React.js: Frontend library to build the user interface.
- Node.js: JavaScript runtime environment to run the backend server.
- Edamam API: API to fetch recipe data.
- Node.js and npm installed on your machine.
- MongoDB instance running (local or cloud).
FrontEnd
BackEnd: https://github.com/sharad101/capstone_project/tree/main/backend