Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kounelisagis/newspaper-database-system
https://github.com/kounelisagis/newspaper-database-system
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kounelisagis/newspaper-database-system
- Owner: kounelisagis
- Created: 2019-12-26T22:45:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T04:06:55.000Z (over 2 years ago)
- Last Synced: 2024-03-20T11:58:21.022Z (8 months ago)
- Language: Java
- Size: 459 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Newspaper Database System
#### Team
Michail Karavokyris
Agisilaos Kounelis#### Technology Stack
JDK 13
JavaFX
MySQL#### Run
```sh
mvn clean compile package javafx:run
```# Relational Model
![Relational Model](https://raw.githubusercontent.com/kounelisagis/Newspaper-Database-System/master/_images/REL.png)# Entity Relationship Diagram
![Entity Relationship Diagram](https://raw.githubusercontent.com/kounelisagis/Newspaper-Database-System/master/_images/ER.png)#### Accounts
| email | password | Bcrypt Hash | Role |
| ------ | ------ | ------ | ------ |
[email protected] | 1234 | $2y$12$7jYXT5pWl3wx4vdB5KldU.KUEMgDNTCESFsUnGS9sQr3ZHolo/HVO | Publisher
[email protected] | abc | $2y$12$ZUqxd3v1zXXi0P86wofK9.5if7BDV9yUtBtPI1xSKbBzSoHkB8/xy | Publisher
[email protected] | mysql | $2y$12$GDrBslJslsA0IEXiaK3IBec88bGUGmmhwVvgzFG1yAcm9yyGT/Dku | Administrative
[email protected] | skype | $2y$12$4Hq3Rxc1vfqlSvRDp9QwdONV4h3ae3PwaEJWAzUY5YkSY6K3lQb2q | Administrative
[email protected] | java | $2y$12$6chGN2qSM9tkKewbq7ka2uO2L/zGlkAnr9vPhAUuACnHSDxDPSruK | Editor in Chief
[email protected] | patras | $2y$12$gCYNxnplf/Zj7EG4S6ga5uhFlDt6RWmRJq2sxJ8JdV.T.fXZiO7Ei | Editor in Chief
[email protected] | ceid | $2y$12$eK7Ug4PpmL5kOWa5aXCsIeDQEM2ef7x5ADNhBRGzpgOfzLDZJW5yy | Editor in Chief
[email protected] | news | $2y$12$cgFrvZkfCf/8n69KlXoBnO50CP7RWmAZP7iiHriLixIWN.GZsB4l2 | Editor in Chief
[email protected] | CEID | $2y$12$fGYm7yKjDfkJk3gs1zREPOiKVIh8zdx5ooB1RcQl3HlkD8JlhgTOy | Journalist
[email protected] | jdbc | $2y$12$lLIhAus6SpOG2TWdBawNmetCXzuMvca4h1EnhSteycQoUyjTarnei | Journalist# GUI-Screenshots
![GUI_screenshots](https://github.com/karavokyrismichail/Newspaper-Database-System/blob/master/GUI_photos/Screenshot_4%20-%20%CE%91%CE%BD%CF%84%CE%B9%CE%B3%CF%81%CE%B1%CF%86%CE%AE.png "Screenshot_4 - Αντιγραφή.png")
![GUI_screenshots](https://github.com/karavokyrismichail/Newspaper-Database-System/blob/master/GUI_photos/Screenshot_2%20-%20%CE%91%CE%BD%CF%84%CE%B9%CE%B3%CF%81%CE%B1%CF%86%CE%AE.png "Screenshot_2 - Αντιγραφή.png")
![GUI_screenshots](https://github.com/karavokyrismichail/Newspaper-Database-System/blob/master/GUI_photos/Screenshot_2.png)
![GUI_screenshots](https://github.com/karavokyrismichail/Newspaper-Database-System/blob/master/GUI_photos/Screenshot_11%20-%20%CE%91%CE%BD%CF%84%CE%B9%CE%B3%CF%81%CE%B1%CF%86%CE%AE.png "Screenshot_11 - Αντιγραφή.png")
![GUI_screenshots](https://github.com/karavokyrismichail/Newspaper-Database-System/blob/master/GUI_photos/Screenshot_12%20-%20%CE%91%CE%BD%CF%84%CE%B9%CE%B3%CF%81%CE%B1%CF%86%CE%AE.png "Screenshot_12 - Αντιγραφή.png")
![GUI_screenshots](https://github.com/karavokyrismichail/Newspaper-Database-System/blob/master/GUI_photos/Screenshot_14%20-%20%CE%91%CE%BD%CF%84%CE%B9%CE%B3%CF%81%CE%B1%CF%86%CE%AE.png "Screenshot_14 - Αντιγραφή.png")