This app allows you to create projects and add some tasks inside.
What things you need to install the software and how to install them
Web server (Apache)
SQL server (MySQL)
PHP 7.2
Composer
- Clone the repository
- Create a new database
- Copy the ".env.example" file and rename it to ".env"
- Enter your configuration
- Open a terminal in the folder
> composer update
> php artisan migrate:fresh --seed
> php artisan key:generate
> php artisan storage:link
- Laravel - The web framework used
- Coluccia Mickaël - Initial work - Guordek
This project is licensed under the Apache License - see the LICENSE.md file for details