STEP BY STEP GUIDE TO RUN THE PROJECT docker-compose up make db/migrate make test # to run the tests API ENDPOINTS POST /account GET /account/{account_number} GET /accounts PUT /account/{account_number} DELETE /account/{account_number} GET /swagger/index.html # to see the swagger documentation TLEP