MCS
Micro-service in 2 days challenge.
How I am defining everything
I am defining everything on my own terms for my ease of use and keeping track of what I am doing. So you are in your full rights to disagree with me, just don't complain.
- issue.sh story point is used as a pomodoro. If you don't know about pomodoro Google it.
- I will update readme file as I work on this project. So don't hold your breath to see anything cool and useful. Something useful to me may not be useful to you. Accept it and move on
Run the project
To run the project you need to -
- Install
docker
on your machine
- Install
docker-compose
on your machine
- Run
docker-compose build
to build the images
- Run
docker-compose up
to run the project
- visit http://localhost:5100 for angular project, http://localhost:5101 for issue rest api and http://localhost:5102 for milestone rest api.
May the source be with you