https://github.com/alessandrojean/order-by-desktop-connection
Administration software for a school, with the management done by a software, an website and an application.
https://github.com/alessandrojean/order-by-desktop-connection
administration database java management mysql school
Last synced: 3 months ago
JSON representation
Administration software for a school, with the management done by a software, an website and an application.
- Host: GitHub
- URL: https://github.com/alessandrojean/order-by-desktop-connection
- Owner: alessandrojean
- License: apache-2.0
- Created: 2017-10-05T22:22:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T19:14:46.000Z (almost 9 years ago)
- Last Synced: 2025-12-28T13:28:06.233Z (6 months ago)
- Topics: administration, database, java, management, mysql, school
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Term paper for the Information Systems Technician course, finished and presented in November, 2015.
The project consists in an administration software for a school, with the management done by a [software](https://github.com/alessandrojean/order-by-desktop), an [website](https://github.com/alessandrojean/order-by-web) and an [application](https://github.com/alessandrojean/order-by-android).
## Contents
- The database connection for the [software](https://github.com/alessandrojean/order-by-desktop).
## Instructions
Import the project in Eclipse, compile it into a `jar`, and add to build path in the [software](https://github.com/alessandrojean/order-by-desktop) project.
To use it, you'll first need to already have the database imported in your MySQL. You may need change the constants in the project for your database login.
## Dependencies
- **[mysql-connector-j](https://github.com/mysql/mysql-connector-j)** *v5.1.6+*: used for the connection with the MySQL database.
## License
Copyright 2017 Order By
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.