Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 959 Bytes

File metadata and controls

25 lines (20 loc) · 959 Bytes

Flask-Based-Web-Server

Description

This Flask-based web application serves as a platform for deploying a multi-page website. It dynamically renders HTML pages, enabling easy navigation across the site. The application includes a contact form, allowing users to submit their information, which is then stored in both text and CSV formats for efficient data management.

Features

  • Dynamic rendering of HTML pages.
  • Contact form for user data submission.
  • Data storage in both text and CSV formats.
  • Easy navigation and user-friendly interface.

How to Use

  1. Clone this repository.
  2. Navigate to the project directory and install Flask: pip3 install flask
  3. Run the application: flask --app server.py run --debug
  4. Access the website at http://localhost:5000.

Requirements

  1. Python 3.x
  2. Flask

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.