Skip to content

emptybutton/ToDo

Repository files navigation

ToDo

This is a to-do list app that provides more flexible task management than other similar apps.
For more information on the internal structure, go here.

Deployment

To deploy this application locally:

  • clone this repository
  • optionally populate a .env file based on the .env.template file, or set the appropriate environment variables
  • run within docker
git clone https://github.com/emptybutton/ToDo.git
docker compose --project-directory ./ToDo up