/taskist

A small project about to-dos and tasks management.

Primary LanguagePHP

TASKIST

A small php project to manage your tasks. Referenced from Todoist app.


How to run development server

  1. Install Docker and Docker Compose
  2. Run docker compose up in the root directory
  3. Open localhost:8000 to view the app
  4. Open localhost:8080 to view the phpadmin

How to prettify code

  1. Install prettier and prettier-plugin-php: yarn global add prettier @prettier/plugin-php (yarn is a package manager, you can use npm instead)
  2. Run prettier --write . in the root directory