Skip to content

web-widgets/gantt-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend for Webix Gantt

How to start

  • create db
  • create config.yml with DB access config
db:
  host: localhost
  port: 3306
  user: root
  password: 1
  database: projects
  • start the backend
go build
./wg

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%