Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vikas-ukani/foodest
- Owner: vikas-ukani
- Created: 2021-04-22T05:51:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T13:53:53.000Z (over 3 years ago)
- Last Synced: 2023-03-06T09:37:47.950Z (almost 2 years ago)
- Topics: ecommerce-website, foodshop, graphql, nextjs, reactjs, strapijs
- Language: JavaScript
- Homepage:
- Size: 3.88 MB
- Stars: 3
- Watchers: 1
- 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.
```