- Python
- Django
- Django REST Framework
-
Clone GitHub project
git clone https://github.com/Hutty10/banking_system.git
-
Install Requirements File:
pip install -r requirements.txt
-
Enter Project directory:
cd banking_system -
Run local development server:
python manage.py runserver
- Navigate to 127.0.0.1:8000/api/v1/ in your browser, and you should see a user-friendly interface for making requests to the API
To test the application, run this command in your terminal:
python3 manage.py test