This project was developed after just a few months of contact with the world of programming, and the goal was to put into practice the theoretical knowledge and exercises related to Python language and SqlServer database.
- In Python language, the following knowledge was applied:
- Programming logic
- List and dictionary manipulation
- Object-oriented programming
- Exception handling
- In the database:
- Data modeling
- Entity Relationship Modeling (ERM)
- Entity Relationship Diagram (ERD)
- Normalization
- Data dictionary
- DML and DDL
Follow the steps to run the application on your local machine.
- Clone the repository:
git clone https://github.com/ODCS1/Canteen-Management.git
- Now make sure you have SqlServer and SSMS (Sql Server Management Studio) installed on your machine. Official Site
- With SSMS open, execute the commands contained in the script.sql file.
- Create a login with Sql Server authentication and grant modification access to the data in the Canteen database previously created.
- Now, in the terminal, change the directory:
cd Canteen-Management/src
- Make sure Python is installed:
python --version
- Install Dependencies:
pip install pyside6 pyodbc
- Run main.py:
python main.py
β‘ Thank you for visiting my Repository! If you like what you saw, please star it and follow me to see more interesting projects coming soon.