Unified Course Registration Interface (UCRI)🗒️
Welcome! this is my first official project that I'm proud to share!
This was a colaborative proyect from college, the proyect consisted in a unified system that provides teachers access to register courses with their respective clasrooms and time schedules.
The main goal was to portray our habilites with basic mysql database management, including DML and DDL, all with a java based interface that allowed the user to manage the database itself.
Initially appeared on Schedule Management repo. This an improved version from that repo, adding more features and improving some code.
Requirements for the software and other tools to build, test and push
Clone this repo to the directory of your choice
git clone https://github.com/PocketNugget/UCRI.git
Compile the main file
javac Main.java
Run the main file
java main
- Goben Diego C.A. - Jesus Eduardo N.C. - Daniel M.M. - Juan Carlos S.B. - Diego D.A. -
This project is licensed under the CC0 1.0 Universal Creative Commons License - see the LICENSE.md file for details
- Jose Luis Zechinelli Martini (Our teacher)