Skip to content

diegodiogenes/challenge-bravo

 
 

Repository files navigation

Challenge Bravo

Challenge Bravo CI codecov GitHub top language GitHub language count GitHub last commit

About the Project

Currency rate api, developed to challenge bravo. All that currencies rate has base with USD.

Technology

This project was developed with the following technologies:

Getting Started

Prerequisites

Install and Run

  1. Clone the repository:
git clone https://github.com/diegodiogenes/challenge-bravo.git
  1. Build Project:
docker-compose build --no-cache
  1. Run:
docker-compose up
  1. Access on your localhost:
http://localhost:8030/docs
  1. Enjoy it!
  2. Clear database and update new instance:
docker-compose down -v
  1. Run tests:
docker-compose exec api pytest .

About

Desafio de back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.2%
  • Dockerfile 2.3%
  • Mako 2.1%
  • Shell 1.4%