Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepak-tiwari-dt/foodie-light-server
A Food site made using HTML, CSS, JavaScript, React, React Hook Form, API, Axios, Frontend, Backend, Express.
https://github.com/deepak-tiwari-dt/foodie-light-server
api backend cors css express html javascript node nodemon react server vercel
Last synced: 14 days ago
JSON representation
A Food site made using HTML, CSS, JavaScript, React, React Hook Form, API, Axios, Frontend, Backend, Express.
- Host: GitHub
- URL: https://github.com/deepak-tiwari-dt/foodie-light-server
- Owner: deepak-tiwari-dt
- Created: 2024-09-04T11:17:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T12:52:24.000Z (2 months ago)
- Last Synced: 2024-10-10T23:23:15.455Z (about 1 month ago)
- Topics: api, backend, cors, css, express, html, javascript, node, nodemon, react, server, vercel
- Language: JavaScript
- Homepage: https://foodie-light-server.vercel.app
- Size: 2.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foodie Delight
## A Food site made using HTML, CSS, JavaScript, React, React Hook Form, API, Axios, Frontend, Backend, Express.
### [Foodie Delight](https://foodie-light-client.vercel.app/)
![Img](home-page.png)
#### STEPS TO SETUP SERVER:
> Copy commands from below one by one and execute in terminal to run it locally
```bash
git clone https://github.com/deepak-tiwari-dt/foodie-light-server.gitcd foodie-light-server
npm install
npm install express cors && npm install --save-dev nodemon
npm start
```