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

https://github.com/webix-hub/scheduler-go

Go Backend for Webix Scheduler
https://github.com/webix-hub/scheduler-go

webix webix-backend webix-scheduler

Last synced: about 1 year ago
JSON representation

Go Backend for Webix Scheduler

Awesome Lists containing this project

README

          

Backend for Webix Scheduler
===========================

### How to start

- create db
- create config.yml with DB access config

```yaml
db:
host: localhost
port: 3306
user: root
password: 1
database: calendar
```

- start the backend

```shell script
go build
./wsh
```