This is a very basic express application that implements a TO-DO list REST API that uses JSON web tokens for authentication.
To run this on a development environment you must install docker
Having this you only need to run docker-compose up -d and everything is set.