$ yarn- Create postgres database (by default it's DIMSCore-test)
- To run migrations, seeds and db update by running
db:setupscript - It's possible to start database with Docker by running
docker:upscript - Or you can start server and database in parallel by ruinning
start:dev:dockerscript
# development
$ yarn start:dev
# watch mode
$ yarn start:dev:watch
# production mode
$ yarn start:prod-
REST API accessible by following the path -
docs -
By default, server starts on host 4000, the full url -
http://localhost:4000/docs/
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov- Create database
DIMSCore-e2e - change
.env.developmentfile to point to the database - run
migration:run:devto init database