Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.3 KB

File metadata and controls

26 lines (19 loc) · 1.3 KB

Project apresentetion

General Menu

Register Events menu

Register user menu

Description the project

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

How to run the project on your machine

  • 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