First, clone this project from the github.
git clone https://github.com/rzqdevgod/Staff-hub.git
To run the backend server for this app, please execute the following commands:
cd backend
copy .env.example .env
composer install
php artisan migrate
php artisan serve or php -S localhost:8000 -t public
Also, for the frontend, execute the following commands:
cd frontend
npm install
or
yarn install
npm start
or
yarn start