$ npm install
# 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:cov
Postgresql and PgAdmin powered by the docker compose
# typeorm cli
$ yarn typeorm <command>
# typeorm generate migration
$ yarn typeorm migration:generate -n <migration name>
# typeorm run migrations
$ yarn typeorm-migration:run
- docker >= 17.12.0+
- docker-compose
- Run this command
docker-compose up -d
- For stopping container run
docker-compose down
This composes file contains the following environment variables:
POSTGRES_USER
the default value is postgresPOSTGRES_PASSWORD
the default value is changemePGADMIN_PORT
the default value is 5050PGADMIN_DEFAULT_EMAIL
the default value is pgadmin4@pgadmin.orgPGADMIN_DEFAULT_PASSWORD
the default value is admin
localhost:5432
- Username: postgres (as a default)
- Password: changeme (as a default)
- URL:
http://localhost:5050
- Username: pgadmin4@pgadmin.org (as a default)
- Password: admin (as a default)
- Host name/address
postgres
- Port
5432
- Username as
POSTGRES_USER
, by default:postgres
- Password as
POSTGRES_PASSWORD
, by defaultchangeme
docker-compose down --rmi all --volumes
Go to https://ethereal.email, then click Create Ethereal Account
, and paste your credentials into .env
file.