This is a simple Flask web application that collects survey responses and stores them in memory. The app allows users to fill out a form and submit their responses. The responses are then displayed on a separate page.
- Clone the repository:
git clone https://github.com/ogooluwanick/WaterMelon
- Navigate to the project directory:
cd WaterMelon
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
source venv/bin/activate
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python app.py
- Open a web browser and go to http://localhost:5000 to view the application.
-
Fill out the survey form on the home page.
-
Click the "Submit" button to submit your responses.
-
View the survey responses on the results page.
If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.