Skip to content

A laravel API endpoint for creating tickets for an event

Notifications You must be signed in to change notification settings

kingsleyudenewu/ticket-api

Repository files navigation

Ticket

An API that helps you to connect tickets with their ticket type

**Please follow the steps below to view and generate voucher codes**

    - Clone project
    - Run composer install
    - Rename .env.example to .env
    - Create you database and set dname, username and password on the new .env file
    - Generate your laravel key
    - Run php artisan migrate
    - Run php artisan db:seed to generate dummy datas for both countries, states and cities
    - Start your vouche pool app by running php artisan serve 
    - To run your TEST go to your console and type ./vendor/bin/phpunit

About

A laravel API endpoint for creating tickets for an event

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published