Dattu219 / Hostel-Maintenance-System

This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess maintenance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hostel-Maintenance-System

Introduction

This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess maintenance. This website consists of adding and editing of stocks maintained in hostel mess and viewing stats and reports. It is easy to use and every hostel staff can utilize it in an efficient manner.

Installation

Install mysql and php. Make sure you allow root access and put an empty password for mysql while installing.

Database

Use following commands

  1. To create databases
create database users;
create database items;
  1. Importing table schemas
mysql -u root -p users < ./database/users.sql
mysql -u root -p items < ./database/items.sql

About

This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess maintenance.


Languages

Language:PHP 95.2%Language:Hack 3.8%Language:CSS 1.0%