A web application for capturing and storing student health information using Flask, HTML/CSS, and MySQL.
GitHub →The Student Health Form is a web application developed during academic projects to efficiently capture and store student health information. This project showcases skills in web development and database management, utilizing Flask for the backend, HTML/CSS for the frontend, and MySQL for data storage.
Clone the repository:
git clone https://github.com/amanjoshi2002/studenthealth.git
cd studenthealthInstall dependencies:
pip install -r requirements.txtSet up MySQL database:
config.pyRun the application:
python app.pyAccess the application at http://localhost:5000 in your web browser.
Contributions to the Student Health Form project are welcome! Here's how you can contribute:
git checkout -b feature/YourFeature).git commit -m 'Add some YourFeature').git push origin feature/YourFeature).This project is open source and available under the MIT License.
For more information or to report issues, please visit our GitHub repository.