Simple web server made with python for teaching purposes
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment;
- Install dependencies:
(venv) pip install -r requirements.txt
- Test the server (localhost:8000 in browser):
(venv) python main.py