Skip to content

MalekD5/assembly-todo-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly Todo Backend

A (Work in Progress) todo backend written in assembly. Built using NASM and MinGW64.

TODO

  • Add a proper README
  • Multithreading
  • Finish basic CRUD operations
    • todos count
    • create todo
    • delete todo
    • update todo
    • get todo/:id
    • get todos
  • Add a proper database (currently using an in-memory array)
  • Dockerfile
  • add e2e testing
  • add unit testing
  • Deploy this project using Docker

Last updated: 2025-06-06