To clone and run this application, you'll need Git, Docker and docker-compose installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/magictrevor/tasksapp
# Go into the repository
$ cd tasksapp
# Run the app
$ docker compose up
MIT