Skip to content

NotesAPI task submitted by Prem kumar R#64

Open
prem-ramamoorthy wants to merge 1 commit into
cdsvitbhopal:mainfrom
prem-ramamoorthy:NotesAPI_Task
Open

NotesAPI task submitted by Prem kumar R#64
prem-ramamoorthy wants to merge 1 commit into
cdsvitbhopal:mainfrom
prem-ramamoorthy:NotesAPI_Task

Conversation

@prem-ramamoorthy

Copy link
Copy Markdown

feat: Implement Notes Management API with FastAPI

Description

This PR implements a complete Notes Management REST API using FastAPI with all required and bonus features.

Method Endpoint Status Code Description
GET /notes 200 Get all notes
POST /notes 201 Create new note
GET /notes/{id} 200/404 Get specific note
PUT /notes/{id} 200/404 Update note
DELETE /notes/{id} 204/404 Delete note

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant