Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 275 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 275 Bytes

UE class schedule website

A simple website made to present class schedule from UE Katowice.

Installation

To install this project you need to use poetry.

poetry install

poetry shell
./main.py

Or using docker

docker build . -t <image name>