- Notifications
You must be signed in to change notification settings - Fork67
NestJS example with using GraphQL (schema stitching, schema reload, dataloader, upload files, subscriptions, response cache), RabbitMQ, Redis, Websocket, JWT authentication, ESLint 9
License
NotificationsYou must be signed in to change notification settings
tkosminov/nestjs-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NestJS example with using GraphQL (schema stitching, schema reload, dataloader, upload files, subscriptions, response cache), RabbitMQ, Redis, Websocket, JWT authentication, ESLint 9
npm ci
npm run start:dev
npm run repl:dev
sudo docker build -t nestjs-example. --build-arg env=development
sudo docker run -d --network host nestjs-example:latest
sudo docker ps -a| grep nestjs-example
sudo dockerexec -it$CONTAINER_ID sh
sudo docker logs$CONTAINER_ID
sudo docker stop$CONTAINER_ID
sudo docker rm$CONTAINER_ID
sudo docker network create nestjs-example-network
sudo docker compose up --build
npm run madge:full
npm run madge:circular
npm run typeorm:generate
npm run typeorm:create
npm run typeorm:run:dev
npm run typeorm:run:build