Skip to content

zigcc/zig-todo-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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