Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 698 Bytes

README.org

File metadata and controls

17 lines (15 loc) · 698 Bytes

TodoAPP

A Single-page TODO app in Zig!

How to use

Jetzig-app

Backend endpoints

RouteFunctionContent-Type
GET /index pagehtml
POST /api/todoscreate new todojson
GET /api/todos/:idget todojson
PUT /api/todos/:idupdate todojson
DELETE /api/todos/iddelete todojson