Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 648 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 648 Bytes

Getting Started with The Microservice

Available Scripts

In the project directory, you can run:

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build

Runs the Container in the development mode.
Open http://localhost:3000 to view it in your browser.

docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d --build

Runs the Container in the production mode.
Open http://localhost:3000 to view it in your browser.

API DOCS USING SWAGGER

Open http://localhost:3000/api-docs to view it in your browser.