ToDo is an app for managing team tasks. You can create a new room for your team, where you will see shared tasks. Everyone on your team can join with a URL or a special unique roomID and view tasks, edit them, mark them as "in progress" or "done".
- Import database from
ToDo-app.sqlfile. - Fill in database credentials in
.env.examplefile and change it's name to.env - Install all required dependencies by composer.
composer install- Start docker - the app server
docker-compose upPHP 8.0 Vanilla JS HTML CSS Bootstrap MySQL Composer Docker (as a develop server)

