Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chintan45/foodipes

Foodipes: Food Recipes Blog. Demo at https://foodipes.netlify.app/
https://github.com/chintan45/foodipes

backend-development blog frontend-development nodejs reactjs

Last synced: 14 days ago
JSON representation

Foodipes: Food Recipes Blog. Demo at https://foodipes.netlify.app/

Awesome Lists containing this project

README

        

# 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](https://www.youtube.com/watch?v=XhRqXPKIYu4).

## 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.