Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 627 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 627 Bytes

Silal Payment System

A simple transaction database system for an e-commerce platform.

Contributers

  • Nidal Zabadi 1200153
  • Mohammad Abu Shelbaia 1200198
  • Ibraheem Alyan 1201180

Demo

Admin dashboard ERD driver login transaction form

Commands

Run the project

flask run

Reset DB

flask cli init-db

Fill Random Mock Data

flask cli db-fill

both can be used together like this: flask cli init-db && flask cli db-fill