This project is the micro service for Order.
Before you start make sure that you have installed:
- NodeJS that includes
npm
- PostgreSQL
v10.7
- Optionally Docker with Docker Compose
$ npm i
$ npm run start:dev
$ docker-compose up --build -V
For Docker user, in order to execute commands in the project, you should run the interactive bash
shell in the container
$ docker ps # Get the ID of service container
$ docker exec -it <service-container-id> /bin/bash