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: 7 months ago
JSON representation
A Food Ordering Website developed with NextJS, ReactJS, GraphQL, RESTAPIs, and StrapiJS Backend Framework.
- Host: GitHub
- URL: https://github.com/vikas-ukani/foodest
- Owner: vikas-ukani
- Created: 2021-04-22T05:51:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T13:53:53.000Z (over 4 years ago)
- Last Synced: 2024-11-22T23:29:50.922Z (11 months ago)
- Topics: ecommerce-website, foodshop, graphql, nextjs, reactjs, strapijs
- Language: JavaScript
- Homepage:
- Size: 3.88 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
```