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.
- run " run.py"
- Registration:
- First name
- Last name
- 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.
- 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)
- Python