Simple API to create todos lists.
Each :username is a unique todos list
Go to /api-docs/
Just push and it will be automatically deployed
$ npm run dev
Using USE_DATABASE=1 you can store the information in a PostgreSQL database, you just need to set the url connection like this DATABASE_URL="postgres://user:password@host/database"