Built with:
You have to install at least Go to serve the static files along with the database postgresql.
Set the variables at config/app.toml
[Database]
User = your postgresql user
Name = your postgresql database
To build assets, Run
npm i
./node_modules/webpack/bin/webpack.js
Run go build && ./crud