An open API service indexing awesome lists of open source software.

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

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.