Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.42 KB

File metadata and controls

25 lines (16 loc) · 1.42 KB

Practical Microservice

You can join to this postman workspace and find all the necessary API endpoints for different API Services. Comprehensive documentation for each endpoint is also readily available for your convenience.

Join

Steps to run the project

  1. Clone the repository using the following command
https://github.com/Stack-Learner/practical-microservice.git
  1. Go to the project directory
cd practical-microservice
  1. Run the following command to start all the service using docker-compose
docker-compose up