https://github.com/webix-hub/gantt-go
Go backend for Webix Gantt
https://github.com/webix-hub/gantt-go
webix webix-backend webix-gantt
Last synced: 12 months ago
JSON representation
Go backend for Webix Gantt
- Host: GitHub
- URL: https://github.com/webix-hub/gantt-go
- Owner: webix-hub
- Created: 2020-12-03T13:19:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T10:18:00.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T06:25:00.775Z (over 1 year ago)
- Topics: webix, webix-backend, webix-gantt
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Backend for Webix Gantt
===========================
### How to start
- create db
- create config.yml with DB access config
```yaml
db:
host: localhost
port: 3306
user: root
password: 1
database: projects
```
- start the backend
```shell script
go build
./wg
```