// 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" }]-
Notifications
You must be signed in to change notification settings - Fork 0
yossydev/andromeda-simple-todo-app
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published