- Java JDK 1.8 or above installed on local system
- Oracle 11g Express Edition or above for Database Management
- Clone this repository on your local machine
$ git clone "https://github.com/stormsinbrewing/Hostel-Pass-Management-Application.git"
-
Open SQL Plus on your local machine and configure Database by using the Creation and insertion files in dbms_files directory.
-
Visit src directory on your local machine via command line and type the following command:
$ cd {path to project}/src/
$ set classpath=C:\oraclexe\app\oracle\product\11.2.0\server\jdbc\lib\ojdbc6.jar;.
- Execute the Main.java file in src directory
$ javac Main.java
$ java Main
For contributing, check the guidelines here
- Create a GUI version
- Make an Attendance Management System and integrate it with this project
- Use and online database for concurrency