- Nest.js
- GrahpQL (code basis)
- Additionals
- --- Logging Interceptor (for both REST & GraphQL)
- --- Custom GrahQL Response formatter (no stacktrace in prod)
- --- Custom GraphQL Error (for proper GraphQL Exception handling)
npm install
Migrations have their own database configurations in src/config
folder
# Create a migration
npm run migration:generate src/migrations/<MIGRATION_NAME>
# Run Migrations
npm run migration:run
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Built with ❤️ by @logiconllc