Practice NestJS TypeScript Installation Guide 1. Clone repository git clone https://github.com/huynhducthanhtuan/practice-nestjs-typescript.git 2. Change directory to folder practice-nestjs-typescript cd practice-nestjs-typescript 3. Install npm packages npm install 4. Start application npm start 5. Run Redis server (optional) redis-server 6. Run by using Docker (optional) docker-compose build docker-compose up -d Reference Resources NestJS Documentation Deploy Project To AWS Lambda Function