run the project by following steps
-
git clone https://github.com/SaddamDeveloper/FileManagementSystemFinal.git
-
cd FileManagementSystemFinal
-
npm install
-
composer update
-
rename .env.example file as .env file
-
open .env file change the dbname as 'fms', username 'root', password leave blank
-
run command 'php artisan key:generate'
-
open phpmyadmin by going http://localhost/phpmyadmin create database 'fms'
-
import the 'fms.sql' file
-
run command 'php artisan serve'
-
run 'php artisan jwt:secret' and 'php artisan cache:clear' if any error of login
The Laravel framework is open-source software licensed under the MIT license.