SE-Project-Recipe-Recommender
Recipe Recommendation System helps users to select their favorite food category and recommends recipes based on it. The users are then able to view the recipe and the ingredients required, and place an order for those ingredients.
This is the Home Page of the website. 
Project Set up
- Clone this repository or download the zip file.
- Run the
npm installcommand inside the backend folder - Also run the
npm installcommand inside the frontend folder - Create a .env file inside the backend folder and add credentials to the folder
- Now, run
npm run devinside the backend folder and this will get the database and backend running - Lastly run
npm startinside the frontend folder and the Website will running on localhost.
The Cook Book