config.ini exemple (for postgres database)
config.ini
[server]
host = localhost
port = 11111
user = USER
password = PASSWORD
dbname = DBNAME
[application]
secret = MySecretKey
make build-go
its create files:
- app - web application (api router (JWT), privat router (Cookies))
- monitor - for crontab application
- /static - its frontend files
- install node.js and install packages -> npm i --save in /src/frontend folder
- install golang
and end, you can run command make go-build. Its create /build folder in your directory with compiled project