To Do App Description Simple REST API app with a Postgres database that lets users to keep to-do lists of items. Manages authorization and authentication using JWT. Examples Usage How to run: make build && make run To migrate database: make migrate