An example of a NestJS application with Docker
Install nestJS CLI
npm i -g @nestjs/cli
- Clone this project
git clone https://github.com/jlsubia404/nest-docker-redis-app.git
- Run
npm install
- Run
npm run start
- Open your browser at http://localhost:3000
- For puting a value into redis db, browse this URL http://localhost:3000/putValue
- Run
docker-compose up
- Locally
npm run start:debug
- In a container
docker-compose -f docker-compose.debug.yml up