- Available on https://bakery-bills.herokuapp.com/
- Available on http://localhost:8000/docs/
- Python >= 3.5
- PIP
- Pipenv
-
Make sure you have Python >= 3.5 and PIP installed.
1.1. In order to install it on Ubuntu-like systems run:
$ sudo apt-get install python3 \ sudo apt-get install python3-pip
-
Install
Pipenv
.$ sudo pip3 install pipenv
-
Git clone this repo. Make sure you have git installed
$ git clone https://github.com/diogosimao/bakery-bills.git && cd bakery-bills
-
Use
Pipenv
to create a virtualenv, install its dependencies and activate the virtualenv.$ pipenv --three && pipenv install && pipenv shell
-
Run
. ./bin/start_development.sh
Development server should be up at http://localhost:8000/.
- Run
. ./bin/run_tests.sh
After that your browser should open with coverage report.