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

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.

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.