A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
Clone the repository with git clone
To run the app, you should change the branch to any of these branches: "prod" or "dev". In some of these branches("prod" or "dev"), you can start the application with the steps bellow
$ docker-compose up -dYou can access smart-health-api on localhost:3000.
To run it locally, you need to turn off smart-health-api container
$ cp .env-example .env$ npm installObservation: to run the app in localhost, smart-health-api should be off, because it will use the same port
# 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:covhttps://smart-health-prod-xcaubn3uta-uc.a.run.app/api
https://smart-health-prod-xcaubn3uta-uc.a.run.app
https://smart-health-prod-xcaubn3uta-uc.a.run.app/api
https://smart-health-dev-xcaubn3uta-uc.a.run.app
https://smart-health-dev-xcaubn3uta-uc.a.run.app/api
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.