A small php project to manage your tasks. Referenced from Todoist
app.
- Install Docker and Docker Compose
- Run
docker compose up
in the root directory - Open
localhost:8000
to view the app - Open
localhost:8080
to view the phpadmin
- Install
prettier
andprettier-plugin-php
:yarn global add prettier @prettier/plugin-php
(yarn
is a package manager, you can usenpm
instead) - Run
prettier --write .
in the root directory