pandyakaa / re-space-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

re-space-service

Logo

Running apps locally

  1. Start DB service in docker with

docker-compose -f docker-compose.test.yml up -d

  1. Run DB migration with

npm run migration:run

  1. Start application with

npm run start:dev

Apps will be running on http://localhost:3000

Testing

Running test on local machine

  1. Start DB service in docker with

docker-compose -f docker-compose.test.yml up -d

  1. Run DB migration with

npm run migration:run

  1. Run test with

npm run test

Running test with test PostgreSQL inside container

  1. Run

npm run test:dockest

About


Languages

Language:TypeScript 97.4%Language:JavaScript 2.5%Language:Dockerfile 0.1%