Skip to content

Hutty10/banking_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking

UML Diagram

Diagram Link

Technologies

  • Python
  • Django
  • Django REST Framework

Project Set-up Instructions

  1. Clone GitHub project

    git clone https://github.com/Hutty10/banking_system.git
  2. Install Requirements File:

    pip install -r requirements.txt
  3. Enter Project directory:

    cd banking_system
  4. Run local development server:

    python manage.py runserver

API Usage & Documentation

  • 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

Testing

To test the application, run this command in your terminal:

    python3 manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors