Currency rate api, developed to challenge bravo. All that currencies rate has base with USD.
This project was developed with the following technologies:
- Clone the repository:
git clone https://github.com/diegodiogenes/challenge-bravo.git
- Build Project:
docker-compose build --no-cache
- Run:
docker-compose up
- Access on your localhost:
http://localhost:8030/docs
- Enjoy it!
- Clear database and update new instance:
docker-compose down -v
- Run tests:
docker-compose exec api pytest .