This is a web attendance project for NYKS.
Here's a list of packages/softwares used:
Make sure the above dependencies are already installed. After Cloning this repo, run the following cmds inside your local project directory:
composer install
yarn install
You need to run the above cmds everytime you pull the repo.
Then run dev servers in two seprate terminals, by following cmds:
php artisan serve
yarn watch
Open local server url in your browser (localhost:8000).
Here some docs are recommended:
Good Luck !