An open API service indexing awesome lists of open source software.

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

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
```