Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 906 Bytes

File metadata and controls

42 lines (29 loc) · 906 Bytes

Project Manager [work in progress]

This app allows you to create projects and add some tasks inside.

Getting Started

Prerequisites

What things you need to install the software and how to install them

Web server (Apache)
SQL server (MySQL)
PHP 7.2
Composer

Installing

- 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

Built With

Authors

  • Coluccia Mickaël - Initial work - Guordek

License

This project is licensed under the Apache License - see the LICENSE.md file for details