Open source home energy observability and anomaly detection.
We are using Golang Buffalo for the web development.
Ok, so you've edited the "database.yml" file and started your database, now Buffalo can create the databases in that file for you:
$ buffalo pop create -a
Buffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the "buffalo dev" command:
$ buffalo dev
If you point your browser to http://127.0.0.1:3000