An open API service indexing awesome lists of open source software.

https://github.com/kmanadkat/housekeeper

Design an application which hostel students can use to get their rooms cleaned on time. The current management system found it difficult to schedule cleaning services as students have varying class schedules which resulted in improper utilization of hostel room cleaning services.
https://github.com/kmanadkat/housekeeper

bootstrap-4 database-schema fullstack-development html-css-javascript php-mysqli-project web-application

Last synced: about 2 months ago
JSON representation

Design an application which hostel students can use to get their rooms cleaned on time. The current management system found it difficult to schedule cleaning services as students have varying class schedules which resulted in improper utilization of hostel room cleaning services.

Awesome Lists containing this project

README

          

## Housekeeper Web Application
[![PHP](https://img.shields.io/badge/PHP-7.1-blue.svg)](#)
[![MySQL](https://img.shields.io/badge/MySQL-5.7-blue.svg)](#)
[![HTML](https://img.shields.io/badge/HTML-5-orange.svg)](#)
[![CSS](https://img.shields.io/badge/CSS-3-blue.svg)](#)
[![Javascript](https://img.shields.io/badge/Javascript-ES6-yellow.svg)](#)
[![Bootstrap](https://img.shields.io/badge/Bootstrap-4.3-blueviolet.svg)](#)

### Problem Statement :
Design an application which hostel students can use to get their rooms cleaned on time. The current management system found it difficult to schedule cleaning services as students have varying class schedules which resulted in improper utilization of hostel room cleaning services.

### The project is divided into 3 segments
1. Database Schema Design
2. Frontend of Web App
3. Backend of Web App

#### Please find all source code in this repository.
----

### The following is the ER diagram made with the help of problem statement

![ER diagram - Housekeeper Web App](ERDiagram.png)

-------

### The Following is the database schema after Normalization of tables

![Normalized Tables - Housekeeper Web App](normtable.png)

--------------

### Frontend Screens - User level
![u1 - Housekeeper Web App](1.png)

![u1 - Housekeeper Web App](2.png)

![u1 - Housekeeper Web App](3.png)

![u1 - Housekeeper Web App](4.png)

![u1 - Housekeeper Web App](5.png)

--------------

### Frontend Screens - Admin level

![u1 - Housekeeper Web App](6.png)

![u1 - Housekeeper Web App](7.png)

![u1 - Housekeeper Web App](8.png)

![u1 - Housekeeper Web App](9.png)

![u1 - Housekeeper Web App](10.png)

------------------------