Skip to content

qkhanhpro/minimal-node-debug

Repository files navigation

NestJS Orders Service

Getting Started

This project is the micro service for Order.

Running service locally

Before you start make sure that you have installed:

Locally

$ npm i
$ npm run start:dev

Inside Docker container

$ 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

References

About

Minimal repo to test node debug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published