@dev-saas/api
v2.0.0
Published
GraphQL API
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 installRun the server
npm run dev.
└── src
├── controllers
├── graphql
│ ├── _directives
│ ├── _scalars
│ ├── comment
│ ├── notification
│ ├── post
│ └── user
├── middleware
├── models
│ └── plugins
└── services