The main objective of this API is create a communication layer between services and the database. Built in Flask RESTPlus which encourages best practices with minimal setup.
git clone https://github.com/duanribeiro/hackathon_previdencia.git && cd hackathon_previdencia
pip install -r requirements.txt
docker build -t backend .
docker run --name backend backend
After the application goes up, open your browser on localhost:5000/docs
to see the self-documented interactive API.
Live Example: https://jwtrc70u17.execute-api.us-east-1.amazonaws.com/dev/docs