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

https://github.com/gthomas08/newspaper-database

Newspaper Database implemented in MySQL with GUI
https://github.com/gthomas08/newspaper-database

java java-swing jdbc mysql mysql-workbench netbeans

Last synced: 4 months ago
JSON representation

Newspaper Database implemented in MySQL with GUI

Awesome Lists containing this project

README

        

# Newspaper Database

## About The Project

This project was part of the Computer Engineering and Informatics Department (CEID) of University of Patras curriculum.

The goal of the project was to create a newspaper database in MySQL and implement a GUI in Java Swing.

## EER Diagram
![EER Diagram](wbEERimage.png)

## Panels
![Publisher View](screenshots/publisher_view.png)
![Administrative View](screenshots/administrative_view.png)
![Editor in Chief View Edit](screenshots/editor_in_chief_edit_articles.jpg)
![Journalist Revise Artciles](screenshots/journalist_revise_articles.png)
* More panels can be found [here](screenshots/).

## Technologies
- MySQL
- Java
- Java Swing
- JDBC

## Tools
- MySQL Workbench
- Netbeans IDE