git clone https://github.com/luishenriquesenai/group-system.git
composer install
cp .env.example .env
php artisan key:generate
npm install
npm run dev
php artisan serve --port=8000
Acessar a pagina http://localhost:8000
git clone https://github.com/luishenriquesenai/group-system.git
composer install
cp .env.example .env
php artisan key:generate
npm install
npm run dev
php artisan serve --port=8000
Acessar a pagina http://localhost:8000