- PostgresSQL >= v10
- Golang >= 1.13
For manager dependencies used go mod
, for download run in your bash console:
$ go mod download
edit connection params into database/connection.go file in init
method.
When the server stars run automatically all migrations.
If admin user not exist, automatically register a new user
username: admin
password: admin
is recommended change the password in the first login.
$ go run .
- Fabio Moreno FabioMoreno@outlook.com