https://github.com/omar-elfiki/vortexdb
An application linked to a database built for a Cinema Management use-case. It handles customer bookings in different showtimes of movies across multiple screens in different branches. This project used SQL as its data structure and Python as its base
https://github.com/omar-elfiki/vortexdb
dbms-project gui mssql-server python sql sql-injection
Last synced: 6 months ago
JSON representation
An application linked to a database built for a Cinema Management use-case. It handles customer bookings in different showtimes of movies across multiple screens in different branches. This project used SQL as its data structure and Python as its base
- Host: GitHub
- URL: https://github.com/omar-elfiki/vortexdb
- Owner: omar-elfiki
- Created: 2024-04-25T10:44:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T16:25:13.000Z (about 1 year ago)
- Last Synced: 2024-11-09T20:26:52.047Z (8 months ago)
- Topics: dbms-project, gui, mssql-server, python, sql, sql-injection
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Cinema Management Database + Application**
A program linked to a database built for a Cinema Management use-case. It handles customer bookings in different showtimes of movies across multiple screens in different branches. This project used SQL as its data structure and Python as its bass. It is intended to showcase complex functions and aggregate queries as well as triggers related to the use-case. This project also employs knowledge of security against database attacks such as SQL Injection.