This repository contains the To-Do App, a university database task where the database is manually created by the user using MySQL. The query.txt file includes SQL queries for database creation.
π This project was developed as a mandatory university assignment for the 2023-2024 academic year.
query.txtβ Contains SQL queries to create the database.install.txtβ Instructions for setting up and installing dependencies.todo_app.pyβ The main script for running the To-Do application.
- Developed as a mandatory university assignment.
- Allows users to manually create the database using query.txt.
- A simple To-Do List application with database integration.
install.txtprovides setup instructions.
- Clone the repository:
git clone https://github.com/ievarx/todo-app.git
- Install dependencies:
- Follow the instructions in
install.txt.
- Follow the instructions in
- Create the database:
- Open MySQL and execute the queries from
query.txt.
- Open MySQL and execute the queries from
- Run the project:
- Execute
todo_app.pyto start the application.
- Execute
π‘ Notes:
- This project was completed as part of a university database assignment.
- Ensure all dependencies are installed before running the project.
- Feel free to contribute or suggest improvements! π