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

https://github.com/theantichris/todo-api

Simple TODO app API written in Go.
https://github.com/theantichris/todo-api

database go golang mongo mongodb

Last synced: about 2 months ago
JSON representation

Simple TODO app API written in Go.

Awesome Lists containing this project

README

          

# todo-api

Simple TODO app API written in Go.

## Database

To start the database using Docker run:

```bash
docker run --rm -it -v mongo:/data/db -p 27017:27017 mongo
```