Final Project
Faculty Management System (FMS) as final project for faculty of Copmuter Science, Kandahar University, 2021
Faculty Management System (FMS) Built with Laravel 9 in Back-end and React , Redux in Front-end API's
Configurations
clone the project
cp env.example .env
cd Faculty-Management-System-KDRU
composer install
php artisan migrate --seed
Front-end Configuration
- cd client
- npm install
Running Back-end
- php artisan serve
Runing Front-end
- npm run start
Runing Tests
- php artisan test