SIMS is a Digital Coach for a sustainable living style based on utron.
To get started take a look at the following Installation chapter.
- You will need to have a working Go environment
go get github.com/LucaTony/SIMS
-
Create the folder config with the config file app.json in it like this and edit the connection details to your needs.
-
To run the applications, move to the root of the package
cd $GOPATH/src/github.com/LucaTony/SIMS
go run main.go
Visit localhost:8090 or your specific port you chose in the app.json to see the app.
MIT