FundRaisin is a sleek and user-friendly web application built with Flask and styled using Bootstrap. It provides a platform for hosting and discovering fundraising campaigns, designed as a personal project for the Introduction to Web Applications course at Politecnico di Torino during my Computer Engineering Bachelor's.
Note: Use random card numbers for testing purposes. These are neither checked nor stored in the database.
- Simple, intuitive interface for users to create or browse fundraising campaigns.
- Secure login system for registered users.
- Styled using Bootstrap for a modern and responsive design.
You can use the following accounts for testing the app:
-
Alessio Melone
Email:[email protected]
Password:Password123
-
John Doe
Email:[email protected]
Password:PSWR41S1n
-
Saul Goodman
Email:[email protected]
Password:Jimmy1960
- Clone the repository
git clone https://github.com/alessiomelone/fundraisin cd FundRaisin
- Install dependencies
pip install -r requirements.txt
- Run the application
flask run
Access the app at http://127.0.0.1:5000.
Ensure no other applications are running on port 5000.
Deploy available here