https://github.com/nikoshet/airport-database-management-system
Databases Course Project
https://github.com/nikoshet/airport-database-management-system
java mysql-database python
Last synced: 2 months ago
JSON representation
Databases Course Project
- Host: GitHub
- URL: https://github.com/nikoshet/airport-database-management-system
- Owner: nikoshet
- License: gpl-3.0
- Created: 2019-01-18T20:56:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T13:17:24.000Z (about 7 years ago)
- Last Synced: 2025-02-22T23:41:28.614Z (over 1 year ago)
- Topics: java, mysql-database, python
- Language: Java
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airport-Database-Management-System
Semester project for the course "Databases" during the eight semester.
The main goal of this project was to design a database using MySQL of an airport(arrivals, departures, gates, parking spots), as well as create a specific application that should interact with the database, store, change and delete information in it, or obtain data from it.
### What was made
* Creation of an Entity Relationship Diagram
* Creation of a Relational Model
* Creation of a database using MySQL
* Creation of an application using Python
* Creation of an application using JAVA
---
### Licence
Copyright © 2018 Nick Nikitas
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.