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

https://github.com/pereirar3/system-pharmacy-java-swing

Project and activity required by the OOP discipline at UFMT
https://github.com/pereirar3/system-pharmacy-java-swing

computer-science-discipline java java-swing jdbc poo

Last synced: 8 months ago
JSON representation

Project and activity required by the OOP discipline at UFMT

Awesome Lists containing this project

README

          

# System Pharmacy

Project started at the beginning of 2023, more or less at the end of the semester, done in just 2 weeks.

## Overview
The project is nothing more than a system made with Java using Java Swing, JDBC and MySQL to meet the requirements for the second test of Algorithms 3. Design pattern models were used in the project, such as DAO, Abstract Factory and Singlenton.

## Technologies Used

The technologies used to develop the project are very simple.




Java
JDBC
MySQL
Java Swing

## Getting Started

This is an example of how you may give instructions on setting up your Java project with Java Swing, MySQL, and JDBC locally. To get a local copy up and running, follow these simple example steps.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* Java Development Kit (JDK)
- Download and install the latest JDK from [Oracle](https://www.oracle.com/java/technologies/javase-downloads.html) or [OpenJDK](https://adoptopenjdk.net/).
* MySQL Database
- Install and set up a MySQL database. You can download MySQL from [https://dev.mysql.com/downloads/](https://dev.mysql.com/downloads/).

### Installation

1. Navigate to the project directory
```cd
Your-Java-Swing-Project
```
2. Set up the MySQL database
```sh
git clone https://github.com/your_username_/Project-Name.git
```
3. Build the project
```javac
-cp .;path/to/mysql-connector-java.jar YourMainClass.java
```
4. Run the project
```java
-cp .;path/to/mysql-connector-java.jar YourMainClass
```

(back to top)

## Contact
Project Developer Members: We are Computer Science students at the Federal University of Mato Grosso - Class of 2022.

| Anthony Ricardo Rodrigues Rezende | Letízia Manuella Serqueira Eugênio | Vinícius Padilha Vieira|
| --- | --- | --- |
| Anthony's Photo | Letizia's Photo | Vinícius's Photo |

- **Email:** anthony_rodriguespereira@outlook.com
- **LinkedIn:** [Anthony's LinkedIn](https://www.linkedin.com/in/anthony-ricardo-rodrigues-rezende-486917227/)

- **Email:** letizia.ccufmt@gmail.com
- **LinkedIn:** [Letizia's LinkedIn](https://www.linkedin.com/in/let%C3%ADzia-manuella-computerscience/)

- **Email:** viniciuspadilhavieira@hotmail.com
- **LinkedIn:** [Vinícius's LinkedIn](https://www.linkedin.com/in/vin%C3%ADcius-vieira-2918a1236?trk=contact-info)

## Acknowledgments
Useful resources that we would like to give credit for.

- IC UFMT [https://www.ic.ufmt.br/](https://www.ic.ufmt.br/)
- Java POO [https://sites.google.com/ic.ufmt.br/algoritmos-3-co-2023-1/](https://sites.google.com/ic.ufmt.br/algoritmos-3-co-2023-1/)
- Professor Crenilson - Java Swing [https://www.youtube.com/watch?v=UW-xUpCIBjk&list=PLwH4Cv_WLhLbc4H-aOh3xFywPGxhaso_b](https://www.youtube.com/watch?v=UW-xUpCIBjk&list=PLwH4Cv_WLhLbc4H-aOh3xFywPGxhaso_b)

##