Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Web Server

Simple web server made with python for teaching purposes

Installation

  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment;
  2. Install dependencies:
(venv) pip install -r requirements.txt
  1. Test the server (localhost:8000 in browser):
(venv) python main.py

About

Simple web server made with python for teaching purposes

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages