Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 655 Bytes

File metadata and controls

22 lines (18 loc) · 655 Bytes

school-app-python

Athens University of Economics and Business (AUEB)

A Coding Factory @ AUEB Python Project. Chapter 4. Advanced Python.

Project info

  • School Application for managment of teachers 🧑‍🏫
  • CRUD database handling 💾

Installation

To install and run the project, follow these steps:

  1. Clone the repository to your local machine
  2. add user and password for database in db_connection.py

Usage

Run main.py select options:

  1. Get all teachers
  2. Get a teacher by ID
  3. Add a new teacher
  4. Update a teacher
  5. Delete a teacher
  6. Exit