Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vikas-ukani/foodest

A Food Ordering Website developed with NextJS, ReactJS, GraphQL, RESTAPIs, and StrapiJS Backend Framework.
https://github.com/vikas-ukani/foodest

ecommerce-website foodshop graphql nextjs reactjs strapijs

Last synced: about 1 month ago
JSON representation

A Food Ordering Website developed with NextJS, ReactJS, GraphQL, RESTAPIs, and StrapiJS Backend Framework.

Awesome Lists containing this project

README

        

A Food Ordering website developed in NextJS with ReactJs.

### Clone the repo

```
git clone https://github.com/vikas-ukani/foodest.git
```

### Install the node packages:

```
npm install
```

### To run the site in development mode:

```
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the actual ```FOODEST``` website.

### To Deploy on staging
```
npm run build
OR
npm run start
```

```

Find The FOODEST Backend Repo if you are interested in backend-code.
```