Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 332 Bytes

loan

Django Python Loan system

(still in Development )

Getting started

  • Clone the repository,

  • Install all the requirements in your environment.

  • pip install -r requirements.txt

  • After that, run the app using Django manage.py.

  • python manage.py runserver

  • Access the homepage on http://localhost:8000