Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giovannil30/vanniinfoinfo-information-management-finals-project-
Information Management Final Project
https://github.com/giovannil30/vanniinfoinfo-information-management-finals-project-
java javaswing mvc-architecture mysql oop
Last synced: 20 days ago
JSON representation
Information Management Final Project
- Host: GitHub
- URL: https://github.com/giovannil30/vanniinfoinfo-information-management-finals-project-
- Owner: GiovanniL30
- Created: 2024-12-08T05:55:49.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T06:34:16.000Z (28 days ago)
- Last Synced: 2024-12-08T07:23:46.426Z (28 days ago)
- Topics: java, javaswing, mvc-architecture, mysql, oop
- Language: Java
- Homepage:
- Size: 8.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VanniInfo Java Project
This project demonstrates a Java-based application with separate Admin and Client modules. Ensure the database is set up correctly before running the application.
---
## Steps to Set Up and Run the Project
### 1. Import the Database
- Navigate to resources/data.
- Import the vanniinfoinfo.sql file into your localhost MySQL connection using a tool like phpMyAdmin or MySQL CLI.Example using MySQL CLI:
```
mysql -u your_username -p your_password your_database_name < resources/data/vanniinfoinfo.sql
```
---### 2. Run the Admin Application
1. Navigate to the following directory:
admin/src/vanniinfoinfo
2. Run the AdminApplication.java file:
java AdminApplication---
### 3. Run the Client Application
1. Navigate to the following directory:
client/src/vanniinfoinfo
2. Run the ClientApplication.java file:
java ClientApplication