paulovb / checking_balances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checking_balances

CircleCI Coverage Status Maintainability

You can get the know how to use this API in API-Document.

Also, You can use a tool like PostMan to help you consumming it.

Prerequisites

You need have installed python=3.6.6. But, I believe you prefer a shortcut to set up this application with Docker.

Installing

You just need run:

$ docker-compose build

Or, on local machine:

$ pip install -r requirements.txt
$ ./manage.py migrate

Running server

To run with Docker:

$ docker-compose up -d

Or at folder if installed on local machine, run:

$ ./manage.py runserver

The application running in http://localhost:8000.

Running the tests

To run all tests:

$ docker-compose run --rm web ./manage.py test -v2

Or:

$ ./manage.py test -v2

Deployment

This application have been deployed on Heroku: https://checking-balance.herokuapp.com/api/v1/

Built With

About


Languages

Language:Python 99.5%Language:Dockerfile 0.5%