Skip to content

A minimal Bank Loans Management System written in (Python/Django). blnk Technical Assessment.

License

Notifications You must be signed in to change notification settings

0xOrigin/Bank-Loans-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank-Loans-Management-System

Getting Started

  1. Prerequisites:
    • Docker and docker-compose installed.
  2. Cloning the Repository:
    • Clone this repository to your local machine: git clone https://github.com/0xOrigin/Bank-Loans-Management-System.git
  3. Setting up Environment Variables:
    • Create a .env file in the project's root directory.
    • Use the .env.temp file as a template and fill in the required values.
  4. Building the Containers:
    • In your terminal, navigate to the project's root directory and run: sudo docker-compose up -d --build
  5. Running the Application:
    • To start the application, run: sudo docker-compose up -d

Accessing the Application

  • The application should now be accessible through your web browser at the specified URL (often http://localhost/ or similar).

Additional Information

Releases

No releases published

Packages

No packages published

Languages