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

https://github.com/siddhesh-agarwal/lab-management-system

A Lab Management System made for SKCET
https://github.com/siddhesh-agarwal/lab-management-system

bill-management blade lab-management-system laravel php python report-generation streamlit student-attendance

Last synced: 3 months ago
JSON representation

A Lab Management System made for SKCET

Awesome Lists containing this project

README

          

# Lab Management System

A lab management system with attendance, inventory management, bill management and report generation.

## Prequesites

- [composer](https://getcomposer.org/)
- [php](https://www.php.net/)

## Execution

```sh
bash run.sh
```

## Update deps

```sh
pnpm update
composer update
```