ContactForm is a simple Python-based web application using Flask that allows users to submit a contact form.
- Submit a contact form with name, email, and message.
- Print the submitted data on the server.
-
Clone the repository:
git clone https://github.com/YOUR_USERNAME/ContactForm.git cd ContactForm
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to
http://127.0.0.1:5000
.
This project is licensed under the MIT License.