Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buivuanh/cubicasa
Cubicasa
https://github.com/buivuanh/cubicasa
Last synced: 21 days ago
JSON representation
Cubicasa
- Host: GitHub
- URL: https://github.com/buivuanh/cubicasa
- Owner: buivuanh
- Created: 2021-01-07T10:28:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T22:14:17.000Z (about 4 years ago)
- Last Synced: 2023-05-06T16:25:37.534Z (almost 2 years ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Start**
`go run main.go`
**Config**
`config.json`
**Migration Databases**
`migrations/*`
**APIs**
Get a hub: `GET: http://localhost:5000/api/hubs/:hubID`
Create a hub: `POST: http://localhost:5000/api/hubs`
Get a team: `GET: http://localhost:5000/api/prodteams/:teamID`
Create a team: `POST: http://localhost:5000/api/prodteams`
Team join hub: `POST: http://localhost:5000/api/prodteams/:teamID/join-hub`
`payload: {"id": }`
Get a user: `GET: http://localhost:5000/api/users/:userID`
Create a user: `POST: http://localhost:5000/api/prodteams/:teamID/users`