@dev-saas/api
v2.0.0
Published
GraphQL API
Downloads
36
Readme
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