Skip to content

Todo list REST API made with Typescript, Express and Prisma

License

Notifications You must be signed in to change notification settings

karim-hammami/todo-express-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-express-ts

Todo list REST API made with Typescript, Express and Prisma

endpoints

  • GET :8000/api/todos -> list all the todo items
  • GET :8000/api/todos/:id -> list a single todo item based on id
  • POST :8000/api/todos -> create a todo item
  • PUT :8000/api/todos/:id -> update a todo item based on id
  • DELETE :8000/api/todos/:id -> delete a todo item based on id

documentation

to run the server

npm run dev

there is swagger support but it is unfinished

About

Todo list REST API made with Typescript, Express and Prisma

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published