REST API

A simple REST API for the todo-cli tool

Instructions before running the server

  • Create an env.go file and declare var MYSQL_URI = username@tcp(127.0.0.1:3306)/database_name in it