Skip to content

Cherukuri-Thanu/Flask-Based-Web-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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. This data is then stored in both text and CSV formats, ensuring efficient data management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors