An open API service indexing awesome lists of open source software.

https://github.com/st235/hse.oop.week7

Higher School of Economics. Python final project 🎓
https://github.com/st235/hse.oop.week7

Last synced: about 2 months ago
JSON representation

Higher School of Economics. Python final project 🎓

Awesome Lists containing this project

README

          

# HSE. Object-Oriented Programming. Python Final Project.

Hello my classmates 👋

This is the Python object-oriented programming course final project.
The project introduces 3 pages: tables status, tables booking and tables management.

## Build

```bash
pip install -r requirements.txt

streamlit run src/app.py
```

_P.S.: Have fun!_