This project is heavily focused on the Dockerfile. In addition, there are also some docker-compose examples to follow. Everything here is mostly inspired & learned from non other than Bret Fisher.
The project uses the following technology stack:
JS Runtime: Node
The Best Node Framework: Nest JS
Containerization: Docker
- docker
- docker-compose
# Clone Repo via SSH
$ git clone $REPO
# Go into the directory
$ cd $REPO
# Run in development mode
$ docker-compose -f docker-compose.dev.yml up --build -d
# Run in proudction mode
$ docker-compose -f docker-compose.prod.yml up --build -d
Vansen Hengmeanrith (Chris Legaxy/Chris Van) 😎
Website https://chrisvan.netlify.app
MIT License
- Thanks to Bret Fisher for making the awesome courses on Node & Docker on Udemy Bret Fisher
A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.