A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework backend application written in TypeScript for PronadjiMajstora platform.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
$ docker-compose -f docker-compose-dev.yml up
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
npm run documentation:serve
After This command you should visit http://localhost:8080
in order to look at code documentation page page
npm run documentation:build
Or visit swagger page after ruuning application on http://localhost:3000:/api/docs
$ npm run migration:create `migration name`
$ npm run migration:generate `migration name`
$ npm run migration:show
$ npm run migration:migrate
$ npm run migration:revert
European Union Public License 1.2, For more details read LICENSE