Skip to content

svar-widgets/grid-backend-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend for SVAR Data Grid

How to start

  • create config.yml with DB access config
db:
  path: db.sqlite
  resetonstart: true
server:
  url: "http://localhost:3000"
  port: ":3000"
  cors: true
binarydata: ./uploads
  • start the backend
go build
./grid-backend-go

Releases

No releases published

Packages

No packages published