Skip to content

Watermelon is a Python web application that allows users to submit their personal information for a specific survey and view the survey results.

Notifications You must be signed in to change notification settings

ogooluwanick/WaterMelon

Repository files navigation

Flask App

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.

Installation

  1. Clone the repository:

git clone https://github.com/ogooluwanick/WaterMelon

  1. Navigate to the project directory:

cd WaterMelon

  1. Create a virtual environment:

python3 -m venv venv

  1. Activate the virtual environment:

source venv/bin/activate

  1. Install the required packages:

pip install -r requirements.txt

  1. Run the application:

python app.py

  1. Open a web browser and go to http://localhost:5000 to view the application.

Usage

  1. Fill out the survey form on the home page.

  2. Click the "Submit" button to submit your responses.

  3. View the survey responses on the results page.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

Watermelon is a Python web application that allows users to submit their personal information for a specific survey and view the survey results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published