Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 277 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 277 Bytes

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