PodaruDragos / inversify-example-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run The Project
  npm install
  docker-compose up

This will bring up 2 containers

  • postgres container [postgres]
  • pgadmin container [pgadmin]

Ports Opened

  1. postgres 5432
  2. pgadmin 5050

 

Build
  npm run build // output is dist/
Start
  npm run start
Lint
  npm run lint
Create Migrations
  npm run build
  npm run migration:create

About


Languages

Language:TypeScript 100.0%