Skip to content

Chintan45/Foodipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Foodipes

Foodipes: Food recipes Blog:

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/Clone Project

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

Run Project

To try this project run both the client and server.

Run Client Repo

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.

Run Server Repo

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.