Athens University of Economics and Business (AUEB)
A Coding Factory @ AUEB Python Project. Chapter 4. Advanced Python.
- School Application for managment of teachers 🧑🏫
- CRUD database handling 💾
To install and run the project, follow these steps:
- Clone the repository to your local machine
- add user and password for database in db_connection.py
Run main.py select options:
- Get all teachers
- Get a teacher by ID
- Add a new teacher
- Update a teacher
- Delete a teacher
- Exit