-
Make sure you have docker installed in your system.
Click docker installation incase you dont have docker. -
Clone the repository
git clone https://github.com/Surya-7890/microservices_practice_1.git- To run the application, run the following command
make dev- Make sure to clear all the containers after usage. This removes all the containers, created by the compose file
make stop- You can clear all the volumes, using the following command
make clean

