https://github.com/vikas-ukani/foodest-backend
A Backend System for FOODEST NextJS Frontend Application. It uses Strapi Backend with RestAPIs, GraphQL APIs with PostgreSQL Database. A Customized Admin with Strapi.
https://github.com/vikas-ukani/foodest-backend
Last synced: 7 months ago
JSON representation
A Backend System for FOODEST NextJS Frontend Application. It uses Strapi Backend with RestAPIs, GraphQL APIs with PostgreSQL Database. A Customized Admin with Strapi.
- Host: GitHub
- URL: https://github.com/vikas-ukani/foodest-backend
- Owner: vikas-ukani
- Created: 2021-04-28T04:08:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T09:01:09.000Z (over 4 years ago)
- Last Synced: 2025-01-23T08:46:01.384Z (9 months ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FOODEST-BACKEND = RestAPIs, GraphQL, PostgreSQL
- A Customized Admin Backend System with NodeJS, Strapi, RestAPIs, GraphQL and PostgreSQL.
#### Clone the Repo.
```
git clone https://github.com/vikas-ukani/foodest-backend.git
```#### Check your Node Versions:
```
$ node --version
v14.16.0$ npm --version
6.1.0
```#### Package Installation
```
npm i
OR
npm install
```#### To run the project in development mode:
```
npm run dev
```
It will automatically redirect to the development url.#### Project Structure:
```
api
├───foods
│ ├───config
│ ├───controllers
│ ├───models
│ └───services
└───restorents
├───config
├───controllers
├───models
└───services
build
config
└───functions
└───responses
exports
└───graphql
extensions
└───users-permissions
└───config
functions
public
└───uploads
functions
.cache
.editorconfig
.env.example
.eslintignore
.eslintrc
.gitignore
.strapi-updater.json
package.json
package-lock.json
public
README.md
```> Note: If you are intrusted in front-end of this project then find the `foodest` repository.