A Flask web application that allows students to submit project details and stores the data in an Excel file.
- Student project submission form
- Automatic Excel data storage
- Flask template support
- Clean and simple UI
- Python
- Flask
- HTML
- CSS
student_form_app/ │── app.py │── requirements.txt │── README.md │── .gitignore │── templates/ │ ├── form.html │ └── google_form.html
- Install Python
- Install dependencies
pip install -r requirements.txt - Run the app
python app.py - Open browser
http://127.0.0.1:5000
- Database integration
- Authentication
- Deployment to cloud