Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 917 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 917 Bytes

Crowd-funding Console App

A console application for starting fundraise projects. The purpose of the application is to facilitate raising small amounts of money from a large number of people, typically via the Internet.

how to run the app

  • run " run.py"

Authentication System

  • Registration:
    • First name
    • Last name
    • Email
    • Password
    • Confirm password
    • Mobile phone [validated against Egyptian phone numbers]
  • Login:
    • The user should be able to login after activation using his email and password.

Projects

  • The user can create a project fundraise campaign which contains:
    • Title
    • Details
    • Total target (i.e 250000 EGP)
    • Set start/end time for the campaign (validate the date formula)
  • User can view all projects
  • User can edit his own projects
  • User can delete his own project
  • User can search for a project using date (bonus)

Technologies Used

  • Python