###How to Start you can start application with docker-compose up
npm install then npm start will be enough. Start test with npm test
npm install then npm run dev will be enough.
api/v1/getTroops
{
"count":15,
}
{
"code": 200,
"success": true,
"data": [
{
spearMen: 5,
swordMen: 3,
archers: 7
}
]
}