Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/apteryxxyz/todo-list-api

NZMSA 2022 Phase 2 Backend
https://github.com/apteryxxyz/todo-list-api

Last synced: 3 days ago
JSON representation

NZMSA 2022 Phase 2 Backend

Awesome Lists containing this project

README

        

# TODO List API

## Usage

Once started and Swagger has opened in your browser, you should see this:

![Swagger UI](https://i.ibb.co/0tkL9Zw/Backend.png)

The first endpoint you would want to use is labelled `[ PUT ] /api/lists`. Enter a name for your todo list then press `Execute`. In the response body will be a list ID (`id`) and a key (`key`). You can then use those two strings to use the remaining endpoints.