This project was created to help people register for the vaccine.
Follow the instructions
- Clone the repository
- Run
composer install - Run
npm install && npm run dev - Copy the
.env.examplefile to.envand configure your database - Run
php artisan key:generateto generate the application key - Run
php artisan migrate --seedto create the database tables and seed the database - Run
php artisan serveto start the server and access the application
- Run
php artisan schedule:runto run the task scheduler - Run
php artisan queue:workto run the queue