- start the backend
go build
./scheduler-go
- create config.yml with application parameters and SQLite config
db:
path: db.sqlite
resetonstart: true
server:
url: "http://localhost:3000"
port: ":3000"
cors:
- "*"
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
go build
./scheduler-go
db:
path: db.sqlite
resetonstart: true
server:
url: "http://localhost:3000"
port: ":3000"
cors:
- "*"
There was an error while loading. Please reload this page.
There was an error while loading. Please reload this page.