Project made on a blade with jetstream authentication, with the function of registering events and participating in events on the client's side, css, html and bootstrap were also used
- Download the repository in your machine or type command gitclone
- Configure the .env file according to your database name
- Create a database with the name that was configured in the .env file
- After creating the database enter the command php artisan migrate
- Populate the database with the necessary information in the application model
- And finally type the command php artisan serve