Skip to content

yossydev/andromeda-simple-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// create db
$ andromeda db.ts

// run server
$ andromeda index.ts
// HTTP server running on http://127.0.0.1:8080/

// add todo
$ curl -X POST -H "Content-Type: application/json" -d '{"text": ${your text}}' http://127.0.0.1:8080/

// get all todos
$ curl http://127.0.0.1:8080/
// example: res [{ text: "yossydev", created_at: "2025-10-14 15:03:19", id: 1 }, { id: 2, text: "hello", created_at: "2025-10-14 15:03:42" }]

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published