Skip to content

FazalZamanKhan/HostelManagementSystem

 
 

Repository files navigation

Hostel Mangement System

Getting Started

Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.

Folder Structure

HostelManagementSystem/
│
├── src/
│   ├── controller/
│   │   ├── Administrator/
│   │   │   └── Admin_controller.java
│   │   ├── MaintenanceStaff/
│   │   │   └── MaintenanceStaff_controller.java
│   │   ├── Student/
│   │   │   └── Student_controller.java
│   │   └── other_controllers... (if any)
│   │
│   ├── model/
│   │   ├── Complaint_model.java
│   │   ├── MaintenanceRequest_model.java
│   │   ├── Notification/
│   │   │   └── Notification.java
│   │   ├── PaymentGateway/
│   │   │   └── PaymentGateway_model.java
│   │   ├── Room_model.java
│   │   ├── User/
│   │   │   ├── Administrator_model.java
│   │   │   ├── MaintenanceStaff_model.java
│   │   │   ├── Student_model.java
│   │   │   └── user_model.java
│   │   └── other_models... (if any)
│   │
│   ├── view/
│   │   ├── Administrator/
│   │   │   └── Admin_view.java
│   │   ├── MaintenanceStaff/
│   │   │   └── MaintenanceStaff_view.java
│   │   ├── Student/
│   │   │   └── Student_home.java
│   │   └── other_views... (if any)
│
├── other_directories... (resources, assets, etc.)
├── README.md
└── .gitignore

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.

  • add new hostel page
  • add user hostel
  • add user to leave hostel
  • implement submit maintainace request
  • implement admin page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.8%
  • CSS 10.2%