Practice NestJS TypeScript Installation Guide 1. Install npm packages npm install 2. Start application npm start 3. Run Redis server (optional) redis-server 4. Run by using Docker (optional) docker-compose build docker-compose up -d Reference Resources NestJS Documentation Deploy Project To AWS Lambda Function