Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sohailmahmud/labm

Laboratory Management System
https://github.com/sohailmahmud/labm

ajax animatejs bootstrap4 chartjs composer css3 datatable datepicker fullcalendar-plugin html5 javascript jquery json laravel5 mysqli php7 selector toastr

Last synced: 26 days ago
JSON representation

Laboratory Management System

Awesome Lists containing this project

README

        

# Laboratory Management System in PHP

## About Project
Laboratory Management System is developed using PHP, CSS, Bootstrap, and JavaScript. Talking about the project, it contains an admin side where a user can manage all the inventory records. The admin plays an important role in the management of this system. In this project, the user has to perform all the main functions from the admin side.

## About System
Talking about the features of the Laboratory Management System, the user has can manage transactions such as reservations, borrowed and returned items. To add a new transaction, the user has to select borrower, items, room and time limit. In order to add an item, the user has to provide device id, model, category, brand, description, quantity, type, MR, price, and a photo. Beside all these, the user can also add faculty, room, and inventory. The user can view all the records in the form of graphs and pie charts. It also contains user management for the easy management of the system.

Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Laboratory Management System in PHP helps the user in managing inventory and transactions. To run this project you must have installed virtual server i.e XAMPP on your PC (for Windows). Laboratory Management System in PHP with source code is free to download, Use for educational purposes only!

## Features:

## Login System
User Management System
Manage Transactions
CRUD Items, Room
Add student, faculty
Manage Inventory
View Graphs, Charts and History
How To Run??
After Starting Apache and MySQL in XAMPP, follow the following steps

1st Step: Extract file

2nd Step: Copy the main project folder

3rd Step: Paste in xampp/htdocs/

Now Connecting Database.

4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”

5th Step: Then, click on the databases tab

6th Step: Create a database naming “lms19” and then click on the import tab

7th Step: Click on browse file and select “lms19.sql” file which is inside “DATABASE” folder

8th Step: Click on go.

After Creating Database,

9th Step: Open a browser and go to URL “http://localhost/labmanagement/”