web-widgets / gantt-go

Go backend for Webix Gantt

Repository from Github https://github.comweb-widgets/gantt-goRepository from Github https://github.comweb-widgets/gantt-go

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

About

Go backend for Webix Gantt


Languages

Language:Go 100.0%