Skip to content

DIttoSensei/Online-Transaction-Processing-System-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Transaction Processing System Application

Django-based prototype for an online Transaction System

Features

  • Welcome page
  • Functional Login and Signup Page
  • Payment verification System
  • Reciept Generation System

How to Run

  1. Create virtual environment and activate:

    python -m venv venv
    source venv/bin/activate  # Linux/Mac
    venv\Scripts\activate     # Windows
  2. Install django

    pip install django
  3. Run migrations:

    python manage.py migrate
  4. Create superuser:

    python manage.py createsuperuser

    safe to use admin and admin for pass and username

  5. Run development server:

    python manage.py runserver

Releases

No releases published

Packages

No packages published