Skip to content

This Python script uses Flask to create a simple web server that displays a welcome message on the home page.

Notifications You must be signed in to change notification settings

djivacoin/Web-Server-with-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Flask Web Server

This is a simple Python project that uses Flask to create a web server and display a welcome message on the home page.

Requirements

  • Python 3.x
  • Flask library

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/flask_web_server.git
  2. Navigate to the project directory:
    cd flask_web_server
  3. Install the required libraries:
    pip install -r requirements.txt

Usage

Run the script to start the web server:

python app.py

About

This Python script uses Flask to create a simple web server that displays a welcome message on the home page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published