A project done for the Databases II course at college.
It is a simplified version of an academic management system for students and lecturers. The application interface is all in Polish as it was done for classes led in Polish.
- Python
- Flask and related Python packages
- PostgreSQL and psycopg2 Python package
- pip
- plain HTML & CSS
The whole process is made straightforward by using Docker and Docker Compose. Make sure you have the appropriate software installed first.
git clone https://github.com/erykmika/miniUSOS.git
cd ./miniUSOS/docker compose up- student: login '[email protected]' password '123'
- prowadzacy (lecturer): login '[email protected]' password '123'
- admin: login 'admin' password 'xyz'