An open API service indexing awesome lists of open source software.

https://github.com/julio-devi/laraeventos

Web application developed in laravel 8.0, using the Blade engine template, Jetstream was also used to assemble the login screen
https://github.com/julio-devi/laraeventos

blade-template bootstrap css html jetstream-laravel laravel

Last synced: 3 months ago
JSON representation

Web application developed in laravel 8.0, using the Blade engine template, Jetstream was also used to assemble the login screen

Awesome Lists containing this project

README

          

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