Skip to content

Multi Role / Teacher / Student / Director CRUD System. Dashboard

Notifications You must be signed in to change notification settings

rin4ik/school-management-system

Repository files navigation

Installation

To run this project, you must have PHP 8 installed as a prerequisite.

Begin by cloning this repository to your machine, and installing all Composer dependencies.

clone [email protected]:rin4ik/school-management-system.git
cd school-management-system 
composer install
cp .env.example .env
php artisan key:generate
npm install
npm run dev
php artisan migrate --seed
php artisan serve

Navigate to http://localhost:8000

Login with already seeded users

About

Multi Role / Teacher / Student / Director CRUD System. Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published