Effectus job challenge.
Basic Architecture here.
This project uses Docker to run. You should install Docker & Docker-compose.
How to install Docker-compose.
- Start project (if you installed Docker correctly this command will do everything for you)
docker-compose -f development.yml up
You can acccess to your started project in localhost:3000.
Once you started the project you will find some forms in the home (localhost:3000) where you could test all the endpoints without need of using postman or something like that :)
GET /transactions, POST /transfer, POST /sign_in, DELETE /sign_out.