Skip to content

GHC-IITM/ghc-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

ghc-application

API LINK: https://ghc-applications-api.vercel.app/

Todo API

This is a simple Todo API built with Express.js and Prisma.

API Endpoints

GET /todos

Fetches all todos.

POST /todos

Creates a new todo.

Request body:

{
    "title": "string"
}

PUT /updatetodos

Updates a todo's completion status.

{
    "id": "number",
    "completed": "boolean"
}

DELETE /todos/:id

Deletes a todo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published