Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 458 Bytes

File metadata and controls

47 lines (37 loc) · 458 Bytes

Docker, NodeJS/Typescript and TypeORM Starter

Features

  • Docker
  • NodeJS
  • Typescript
  • TypeORM (with Postgres)
  • Clean Architecture

Getting Started

Run in development:

$ yarn watch-debug

with docker:

$ docker-compose up -d

Run in production:

$ run.sh

or

$ yarn build
$ yarn serve

Run linter:

$ yarn tslint

Run tests:

$ yarn test

Run TypeORM migrations:

$ yarn migrate