Skip to content

SilasRodrigues19/NexT-Productions

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

NexT Productions

Project made during a Youtube Tutorial by Matheus Battisti

Demo Unavalaible Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

Preview

This project was made during a Laravel Tutorial on YouTube by Matheus Battisti

The website is divided into:

  • Home / Eventos: shows all avalaible events.
  • Criar Evento: it shows the events create page.
  • Meus Eventos: it has the dashboard page to manage created events and see the events you've confirmed attendance.
  • Sign In / Sign Up: pages created with Jetstream, registration is required to create and participate in events .

Built With

Technologies used in the project.

Web Frameworks

JavaScript Libraries

Font Script

Installation

  1. Clone the repo
    git clone https://github.com/SilasRodrigues19/NexT-Productions.git
  2. Install NPM packages
    npm install
  3. Create database
    php artisan migrate:fresh
    
  4. Run the project
    php artisan serve
    

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com

Project Link: https://github.com/SilasRodrigues19/NexT-Productions
Demo Link: https://vimeo.com/599010621


Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.



🔼 Back to top