Web Development | Library Management System

This project involves creation of a database application that interfaces with a backend SQL database implementing a Library Management System. The first step in the project is to create a schema for the system and export the raw csv files into the database by following the created schema. The next step is to create a web based GUI for the system by providing functionality for searching the catalog, checking out and checking in books to the users, managing the users and also managing the fines for the user. The database engine used is MySQL and the GUI application is built using PHP. The system has about 25,000 books and 1000 users.

This page is under construction