Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

cd foodie-light-server

npm install

npm install express cors && npm install --save-dev nodemon

npm start
```