A food blog with a number of simple and healthy recipes; and food blogging resources, where users can discover recipes, videos, and books from well-known chefs of the world. I took inspiration and UI to implement this from here.
Download this project at your PC by excuthing below command on command prompt.
git clone https://github.com/ChintanDobariya/Foodipes.git
Download dependencies in both the derectories(Client and Server) by executing below command.
npm install
To try this project run both the client and server.
Execute Client program by
npm run start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Execute Server program by
npm start
Open http://localhost:5000 to view it in the browser.
I use nodemon, which will reload page if we make edits. You will also see any lint errors in the console.