Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.22 KB

File metadata and controls

44 lines (34 loc) · 1.22 KB

Api de Ingressos

Api de Ingressos is a PHP-based application designed to facilitate the sale of event tickets. The application supports different permission levels, allowing promoters to register events and ticket batches for sale, while clients can purchase tickets. The payment integration is handled through Stripe. The authentication is using JWT.

Features

  • Event Management: Promoters can create and manage events.
  • Ticket Sales: Promoters can create ticket batches for sale.
  • User Permissions: Two levels of permissions - PROMOTOR and CLIENTE.
  • Payment Integration: Seamless integration with Stripe for secure payments.

Getting Started

Prerequisites

Ensure you have the following installed:

  • PHP
  • Composer

Installation

  1. Clone the repository:
git clone git@github.com:walker007/ingressos.git
cd ingressos
  1. Install dependencies:
composer install
  1. Configure environment variables:

    • Database connection details
    • Stripe API key Update the .env file accordingly.
  2. Serve the application:

php artisan serve

Built With

  • Laravel - The PHP framework used

Environment Variables

The environment variables need to be set are in .env.example file.