-
git
-
docker
-
docker-compose
-
Make sure that no other process is already running on ports 5000, 27010
git clone https://github.com/ibrijesh/Employee.git
OR
git clone git@github.com:ibrijesh/Employee.git
- go the folder Employee
cd Employee
- Run the commad
docker-compose up -d --build
- wait for few minutes
- go to your favourite browser and type
http://localhost:5000/api-docs
- for testing api using swagger ui
http://localhost:5000
- for testing using postman or some other application