https://github.com/sbthdr/e-ticket-api
e-Ticketing system
https://github.com/sbthdr/e-ticket-api
fortify laravel tailwindcss vue
Last synced: 3 months ago
JSON representation
e-Ticketing system
- Host: GitHub
- URL: https://github.com/sbthdr/e-ticket-api
- Owner: SBTHDR
- Created: 2022-05-25T07:55:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T16:58:29.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T20:32:31.655Z (over 1 year ago)
- Topics: fortify, laravel, tailwindcss, vue
- Language: JavaScript
- Homepage:
- Size: 921 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-ticket system
## About Repository
e-ticket is an online ticket system api based on Laravel 8.
Backend system provide a complete ticket management CRUD API,
with full role and permission based authentication and authorization.
## Tech Specification
- Laravel 8
## Features
- User Role and permission Management
- Role and permission based Authentication
- Role and permission based Authorization
## Installation
- `git clone https://github.com/SBTHDR/e-ticket-api.git`
- `cd e-ticket-api/`
- `cp .env.example .env`
- `composer install`
- Run `php artisan key:generate`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `npm install`
- `npm run dev`
- `php artisan serve`
## License
[MIT license](https://opensource.org/licenses/MIT).