Clone the project:
https://github.com/TPY17/currency_exchange.git
Install requirements to your virtual environment:
pip install requirements.txt
Make migrations for your project:
pytnon3 manage.py migrate
Run tests:
python manage.py test
Run command for initiate db with samples of data:
pytnon3 manage.py fill_db
pytnon3 manage.py runserver