A progressive Node.js framework for building efficient and scalable server-side applications.
This is a Twitter application built with NestJS, GraphQL, and TypeORM. It features a comprehensive architecture including:
- Notifications
- GraphQL
- Translation
- Permissions
- Interceptors
- TypeORM
- DataLoader
- FCM Notifications
- NestJS GraphQL Upload
- Generic Response Handling
- BullMQ for job processing
Nest framework TypeScript starter repository for creating scalable server-side applications.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod