Dummy banking API
- Python 3.6+
- Django
pip install -r requirements.txtGo to into the banking API app
cd banking_managementBefore running the application we need to create the needed DB tables:
./manage.py migrateNow you can run the development web server:
./manage.py runserver