An app to manage events as well as let users create events to stay up to date in the DMV.
- Permissions using spatie/laravel-permission
- Ziggy
- React
- Inertia
- Typescript
- Tailwind
php artisan serve
We use swagger to document the api endpoints.
php artisan l5-swagger:generate
and navigate to http://localhost:8000/api/documentation
to view the swagger docs
- Run the
sail artisan db:seed
command
- tests will empty the database upon each run, reseed it to bring back testing data
php artisan test
php artisan db:seed
run ./vendor/bin/pint
for code formatting
- All Merge Requests will be run against pint (currently version 1.17) and run all the tests, please check if they pass when you push a commit.