Techno Sketch is the registration platform for Techno Sketch events
- PHP
- Composer
- Mysql
- Redis
git@github.com:Leapat-mukalla/techno-sketch-laravel.git
cd techno-sketch-laravel
Then install the dependencies by runing:
composer install
touch .env
Take the keys from one of the current developers and add them to .env
php artisan migrate
php artisan db:seed
php artisan serve
Note: main
is the base branch so create a new branch base on main, git tree should be NewBranch
-> main
development
: Development environmenttest
: Used for unit testproduction
: End user environment.
WIP