Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 3.58 KB

README.md

File metadata and controls

96 lines (70 loc) · 3.58 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

[Docker]
===================================
# 1
docker system prune -a

# 2
$ docker network create teste_onfly

# 3
$ docker-compose up --build

# 4
docker exec -it onfly_teste sh

# 5
npx typeorm-ts-node-commonjs migration:run -d src/infrastructure/config/typeorm/typeorm.config.ts
===================================

Test

# to run tests usecases
$ npm run test

[PLEASE RUN IN DOCKER]
======================
# first
$ docker exec -it onfly_teste sh

# to run full tests 
$ npm run test:e2e

# to run full tests coverage
$ npm run test:e2e:cov
========================
# test coverage
$ npm run test:cov

Swagger

# url
http://localhost:3000/api#

Support

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.

Stay in touch

License

Nest is MIT licensed.