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

patrycjarim/ue-schedule-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>