This a simple bank account managers with ability to define and update bank accounts in two currency(USD, EUR). Also we can create transactions between bank accounts.
- Install docker and docker-compose.
- Run
cp .env.sample .envand fill.envfile. - Run
docker-compose -f docker-compose.dev.yml up --build. - The service is run under
0.0.0.0:8000and update after each file changes.
- Install docker and docker-compose.
- Run
cp .env.sample .envand fill.envfile. - Run
docker-compose -f docker-compose.prod.yml up --build. - The service is run under
yourserverip/domain.
- You can see api documentations under
/swaggeror/redocurls. - Also, the pdf file
rest_apis_doc.pdfis in the root of project.