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

https://github.com/4msar/laravel-student-db

Student Database System with Individual Login Account System. Different Data for different user.
https://github.com/4msar/laravel-student-db

laravel laravel-application student student-db student-management

Last synced: 11 months ago
JSON representation

Student Database System with Individual Login Account System. Different Data for different user.

Awesome Lists containing this project

README

          

# laravel-student-db
Student Database System with Individual Login Account System. Different Data for different user.

## Installation
Clone the Repo.
Then run in cmd/terminal

> composer update

> copy .env.example .env

Add Database in .env

then Run

> php artisan migrate

> php artisan ser

Browse http://127.0.0.1:8000

Register First / then Login then you can see Add Students in top Menu.

Click Students to view All Students.

Thanks.