Skip to content

THYLTECH/Ticketack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

php >= v8.3 node >= v20 composer >= 2.6

Installation (once)

Installation from git

  • HTTPS
git clone https://github.com/THYLTECH/Ticketack.git
  • SSH
git clone https://github.com/THYLTECH/Ticketack.git

Download composer dependencies

composer install

Download node dependencies

npm install

Create .env

cp .env.example .env

Configure application key

php artisan key:generate

Migrate database

php artisan migrate

Starting project

Apache server

php artisan serve

Node server (HMR)

npm run dev

Queue service

php artisan queue:work

Projet's workflow

Every feature needs its own branch, never push on develop itself, always do PR from a feature branch to the develop and assign one of the technical engineer for a Code Review. Don't forget to tag improvements, on minor feature = 0.0.X, X is incremented, the v0.1.0 will mark the end of the starter kit when the real development of the application will begin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published