https://github.com/symonk/toodoo
Toodoo backend written in go :star:
https://github.com/symonk/toodoo
golang
Last synced: about 2 months ago
JSON representation
Toodoo backend written in go :star:
- Host: GitHub
- URL: https://github.com/symonk/toodoo
- Owner: symonk
- License: apache-2.0
- Created: 2024-06-16T08:44:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T10:24:36.000Z (10 months ago)
- Last Synced: 2024-12-16T03:10:00.481Z (5 months ago)
- Topics: golang
- Language: Go
- Homepage: https://www.github.com/symonk/toodoo
- Size: 803 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/symonk/toodoo)
[](https://github.com/symonk/toodoo/actions/workflows/go_test.yml)
[](https://codecov.io/gh/symonk/toodoo)
[](https://goreportcard.com/report/github.com/symonk/toodoo)
[](https://github.com/symonk/toodoo/blob/master/LICENSE)> [!NOTE]
> Only the `toodoo` backend is currently in development, but ways off.
> The frontend will follow once the backend is stable# Toodoo
-----`toodoo` is the backend API for a task management system written in `go` (backend) and `nextjs` (frontend)
-----
## Swagger
`Swagger` documentation can be found when running at `host:port/api/v1/swagger/index.html`.
-----