- This is the basic to-do app with sanctum authentication inherited as a part of a testing process for Docker and Docker Compose.
- The repo uses GitHub actions deploy.yml to sync the app with a DigitalOcean droplet.
- The droplet has Ububtu linux with Docker, MySQL, and PHP installed and configured.
The ToDo App is copied from @parthp1808 Laravel-todo-app repo, because this is a test for docker containerized apps not Laravel development.