Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/chintan45/foodipes
- Owner: Chintan45
- Created: 2021-12-23T11:16:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T08:02:45.000Z (4 months ago)
- Last Synced: 2024-07-13T09:22:24.364Z (4 months ago)
- Topics: backend-development, blog, frontend-development, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 7.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.