This repository is an API experimental to serve TodoMVC
GET /tokenz
to get simple JWT token
POST /todos
to create a todo task
{
"text": "test 1"
}
GET /todos
to get todo list
DELETE /todos
to delete a todo task given an ID
{
"text": "test 1"
}
- use Gin-Gonic framework
- configuration in environment
- gracefully shutting down
- path /x to get git commit
- liveness probe
- readiness probe
- JWT authentications
- rate limited
- Dockerfile
- error logging at crime scene with tracking id