Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishkarshraj/hostel-pass-management-application
Open Source Project. Developed under SiB Community.
https://github.com/nishkarshraj/hostel-pass-management-application
application database eclipse hostel hostel-management-system java linux open-source opensource platform-independent programming project sql
Last synced: 2 months ago
JSON representation
Open Source Project. Developed under SiB Community.
- Host: GitHub
- URL: https://github.com/nishkarshraj/hostel-pass-management-application
- Owner: NishkarshRaj
- License: mit
- Created: 2019-04-10T06:51:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:50:43.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:20:06.993Z (9 months ago)
- Topics: application, database, eclipse, hostel, hostel-management-system, java, linux, open-source, opensource, platform-independent, programming, project, sql
- Language: Java
- Homepage: https://www.github.com/stormsinbrewing
- Size: 2.58 MB
- Stars: 12
- Watchers: 5
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hostel-Pass-Management-Application
## Pre-Requisites
1. Java JDK 1.8 or above installed on local system
2. Oracle 11g Express Edition or above for Database Management## How to execute
1. Clone this repository on your local machine
```
$ git clone "https://github.com/NishkarshRaj/Hostel-Pass-Management-Application.git"
```2. Open SQL Plus on your local machine and configure Database by using the Creation and insertion files in **dbms_files** directory.
3. 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;.
```4. Execute the Main.java file in src directory
```
$ javac Main.java
$ java Main
```## Code of Conduct
[Code of Conduct](https://github.com/NishkarshRaj/Hostel-Pass-Management-Application/blob/master/CODE_OF_CONDUCT.md)
## How to Contribute
For contributing, check the guidelines [here](https://github.com/NishkarshRaj/Hostel-Pass-Management-Application/blob/master/CONTRIBUTING.md)
## Future Scope
1. Create a GUI version
2. Make an Attendance Management System and integrate it with this project
3. Use and online database for concurrency