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