Skip to content

dmiseev/ddd-node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2730d4a · Apr 27, 2018

History

58 Commits
Mar 13, 2018
Apr 24, 2018
Apr 8, 2018
Feb 10, 2018
Mar 28, 2018
Apr 8, 2018
Apr 8, 2018
Apr 6, 2018
Apr 7, 2018
Apr 27, 2018
Apr 27, 2018
Mar 30, 2018
Feb 11, 2018
Mar 27, 2018
Feb 10, 2018

Repository files navigation

Skeleton for Node.js applications written in TypeScript

First deploy

  1. Start database container;
docker-compose up -d
  1. Copy ormconfig.example.json to ormconfig.json with your DB connection;
  2. Install dependencies;
npm i
  1. Install globally typeorm;
sudo npm i typeorm -g
  1. Compile .ts to .js files to ./bin/ folder;
npm run compile
  1. Up migrations;
typeorm migrations:run
  1. Run Application in dev mode.
npm run dev

Testing

  1. Execute command in cli;
npm run test:all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published