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

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:

Awesome Lists containing this project

README

        

[![GoDoc](https://pkg.go.dev/badge/github.com/symonk/toodoo)](https://pkg.go.dev/github.com/symonk/toodoo)
[![Build Status](https://github.com/symonk/toodoo/actions/workflows/go_test.yml/badge.svg)](https://github.com/symonk/toodoo/actions/workflows/go_test.yml)
[![codecov](https://codecov.io/gh/symonk/toodoo/branch/main/graph/badge.svg)](https://codecov.io/gh/symonk/toodoo)
[![Go Report Card](https://goreportcard.com/badge/github.com/symonk/toodoo)](https://goreportcard.com/report/github.com/symonk/toodoo)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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`.

-----