Run (first db, then app and cache)
docker-compose up -d --build db
docker-compose up -d --build
Wallet API runs on:
http://0.0.0.0:8080/
Run tests
- Workdir
./app/
- Set env DEBUG as
True
, DJANGO_SETTINGS_MODULE astests.settings
, PYTHONUNBUFFEREDTrue
- Run:
pip install coverage
coverage run manage.py test
coverage report