Skip to content

Commit

Permalink
added proper readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vskvj3 authored Dec 29, 2022
1 parent 62b8e78 commit abb8e65
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# hostel-management-system
This project was made as part of KTU Database Management Systems Lab - (CSL333)

---
## Dependencies
* [JDK 19](https://www.oracle.com/in/java/technologies/downloads/)
* [Mysql](https://www.mysql.com/downloads/)

## Installation
1. Download the files

2. create the sql user and data base
```sql
source /path/to/initialize.sql
```
3. (optional) Create the dummy data
```sql
source /path/to/dump.sql
```
4. run the jar file
```bash
java -jar /path/to/jarfile.jar
```
## Tools used :
* [MYSQL Community Server](https://www.mysql.com/)
* [Apache Netbeans 16](https://netbeans.apache.org/)
* [JDK 19](https://www.oracle.com/java/technologies/javase/jdk19-archive-downloads.html)
* [Mysql-Java Connectivity Driver](https://dev.mysql.com/downloads/connector/j/)

0 comments on commit abb8e65

Please sign in to comment.