Typescript, Docker, tslint, pub/sub event emitters, Postgres, TypeORM, cluster module in production
First time setup, or if any node packages are added/changed:
make
Run application in Docker:
make dev
Seed Docker database:
make seed
npm run build
npm start
View json data at localhost:3010/movies
localhost:54322
- Username: postgres (as a default)
- Password: changeme (as a default)