Skip to content

Mr-MaNia7/loan-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loan Management Web App

How to run this project locally

  1. Install Python 3 (v>=3.10)
  2. Make a virual environment and activate it
  3. Install the neccessary dependencies for this project by running:
  pip install -r requirements.txt
  1. Migrate the database:
  python3 manage.py makemigrations

  python3 manage.py migrate
  1. Run the project:
  python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published