/simple-web-server

Simple web server using the Flask framework

Primary LanguageHTML

Overview

Small project for learning Python. Simple web server using the Flask framework.

Usage

Install the virtual environment (Windows).

py -3 -m venv .venv

Activate the environment (Windows).

.venv\Scripts\activate

Install the required dependencies.

pip install -r requirements.txt

Run the server inside the virtual environment.

flask run --debug