This is my simple task manager project, you can create several projects, assign some tasks, edit them or delete it.
- Clone the project:
git clone git@github.com:marcovlesmes/task-manager.git
- Enter in the created folder
- Run
composer install
- Configure a .env file with yours database credentials
- Run migrations
php artisan migrate
Now you can serve the project :)
php artisan serve