Sports-Connect is a progressive web application to record, network and find like-minded sports interested people.
This project is developed with the Laravel 10.x PHP framework.
When you clone this repo for the first time, you should...
- Create a
.env
file in project root using the.env.example
file.
php artisan migrate --seed
php artisan serve
All Good!