2.0.0 • Published 5 years ago

@dev-saas/api v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

GraphQL API

dsfsf

Development

Choose the right branch in this repository.

Rename nodemon.json.example to nodemon.json

Set the enviroment variables in nodemon.json

Install all dependencies

npm install

Run the server

npm run dev
.
└── src
    ├── controllers
    ├── graphql
    │   ├── _directives
    │   ├── _scalars
    │   ├── comment
    │   ├── notification
    │   ├── post
    │   └── user
    ├── middleware
    ├── models
    │   └── plugins
    └── services