https://github.com/apostolos-k/ntua-database-project
A project for the Databases course at Ece Ntua 2021-22, in which we simulate a database system for the Hellenic Foundation for Research & Innovation (HFRI).
https://github.com/apostolos-k/ntua-database-project
database ntua-ece postgresql sql
Last synced: about 2 months ago
JSON representation
A project for the Databases course at Ece Ntua 2021-22, in which we simulate a database system for the Hellenic Foundation for Research & Innovation (HFRI).
- Host: GitHub
- URL: https://github.com/apostolos-k/ntua-database-project
- Owner: apostolos-k
- License: mit
- Created: 2022-12-09T13:30:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T22:58:27.000Z (about 3 years ago)
- Last Synced: 2025-03-11T21:57:32.567Z (over 1 year ago)
- Topics: database, ntua-ece, postgresql, sql
- Language: HTML
- Homepage: https://dblab2022.gtsb.io/
- Size: 6.71 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HFRI Database
A project for the Databases course at Ece Ntua 2021-22, in which we simulate a database system for the Hellenic Foundation for Research & Innovation (HFRI).
## Contributors
- [Karam Konstantinos](https://github.com/KostasKram)
- [Kolios Apostolos](https://github.com/apostolos-k)
## Tech Stack
**Database:** [PostgreSQL](https://www.postgresql.org/)
**Frontend Development:** [HTML](https://www.w3schools.com/html/), [CSS](https://www.w3schools.com/css/)
## Files
`/diagrams` Entity relationship and relational diagrams.
`/documents` Page flowchart and project report.
`/sql` Scripts for creating tables and loading the database with dummy data.
`/src` Api for database and web interface communication.
`/static` Pages of the web interface.
`gatsby-config.js` Defines the site's metadata, plugins, and other general configuration.
`package.json` Information about the technologies, scripts and dependencies used in the software.
## Screenshots
#### Home page

#### Query selection page

## Web Interface
https://dblab2022.gtsb.io/