A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
# for now this api is using node 14
$ nvm use 14
# install dependencies locally
$ npm install && npm run build
# prepare docker environment
$ docker-compose up
- Go to
src/config/modules/typeorm.config.module.ts
- Change
host
value topostgresConfig.localhost
# build postgres db in docker
$ docker-compose up --build pg
# run migrations to initialize db
$ npm run migration-local:run
# start app
$ npm run start:dev
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.