- Typescript
- jwt
- MongoDB (mongoose)
- Nodemon
- Prettier
- EsLint
- Husky
.
└── src
| ├── directives # Custom GrapqhQL directives http://spec.graphql.org/draft/#sec-Type-System.Directives
| ├── models # Mongo models
| ├── modules # GraphQL module (include schema and resolvers)
| ├── scalars # Custom GraphQL types http://spec.graphql.org/draft/#sec-Scalars
| └── utils # Shared functions acrross the project
└── tests
Runs the app in development mode.
Launches the lint runner in the interactive watch mode.
Learn more about ESLint.
Launches the format runner in the interactive watch mode.
Learn more about Prettier.
Launches the test runner in the interactive watch mode.