https://github.com/dhtmlx/project-management-go
https://github.com/dhtmlx/project-management-go
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhtmlx/project-management-go
- Owner: DHTMLX
- Created: 2023-09-29T11:39:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T15:24:53.000Z (over 1 year ago)
- Last Synced: 2025-01-13T02:12:39.769Z (about 1 year ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Managment Demo Backend
## How to start
Using docker-compose:
```
docker-compose up --build
```
## API
### REST API
Each widget has own REST API in the following format:
#### backend.url.com/api/{widget}/routes
See more details for each widget api in:
- api/kanban.go
- api/gantt.go
- api/todo.go
- api/scheduler.go
### WS API
Each widget has own Web Socket API in the following format:
#### backend.url.com/api/{widget}/v1
See more details for each widget in:
- publisher/kanban.go
- publisher/gantt.go
- publisher/todo.go
- publisher/scheduler.go