Skip to content

Fev1L/MMM-Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Bank

MMM-Bank – a modern, student-built online banking web application, created by three first-year students to practice full-stack development with Django.


Quick Presentation

MMM-Bank is designed as a visually engaging and interactive banking interface with the following highlights:

  • Animated gradient background: smooth, dynamic, and “alive” visuals.
  • Realistic backend simulation: Django-powered backend with user accounts and transactions.
  • Responsive & clean design: built with HTML, CSS, and Bootstrap.
  • Educational project: perfect for learning web development and backend integration.

Technologies

  • Python 3.x
  • Django Framework
  • HTML, CSS, Bootstrap

How to Run

  1. Clone the repository:
git clone https://github.com/Fev1L/MMM-Bank.git
  1. Navigate to project folder:
cd MMM-Bank
  1. Create and activate virtual environment:
python -m venv .venv
python3 -m venv .venv #if python not working
source .venv/bin/activate   # Linux / Mac
.venv\Scripts\activate   #windows
  1. Install dependencies:
pip install -r requirements.txt
  1. Run migrations:
python manage.py migrate
python3 manage.py migrate #if python not working
  1. Start the development server:
python manage.py runserver
python3 manage.py runserver #if python not working

About

MMM-Bank – a modern, student-built online banking web application, created by three first-year students to practice full-stack development with Django.

Resources

License

Stars

Watchers

Forks

Contributors