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
- Host: GitHub
- URL: https://github.com/webix-hub/scheduler-go
- Owner: webix-hub
- Created: 2020-10-08T13:25:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T13:17:17.000Z (about 5 years ago)
- Last Synced: 2025-03-30T06:24:59.458Z (over 1 year ago)
- Topics: webix, webix-backend, webix-scheduler
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```