Skip to content

Day 4 FastAPI - PUT & DELETE APIs with Postman Testing - #151

Open
tejachennu41 wants to merge 1 commit into
mainfrom
saiteja-day4
Open

Day 4 FastAPI - PUT & DELETE APIs with Postman Testing#151
tejachennu41 wants to merge 1 commit into
mainfrom
saiteja-day4

Conversation

@tejachennu41

Copy link
Copy Markdown
Contributor

🚀 Day 4 FastAPI Implementation (Postman Testing)

In this update, I implemented and tested APIs using FastAPI and Postman.

Features Added:

  • Implemented PUT API to update user details
  • Implemented DELETE API to delete user data
  • Tested all APIs using Postman
  • Verified request and response handling

APIs Tested:

  • PUT /user → Updates user information
  • DELETE /user → Deletes user by name

Postman Testing:

  • Successfully tested APIs using Postman
  • Sent JSON request body for PUT API
  • Used query parameters for DELETE API

Tech Stack:

  • FastAPI
  • Python
  • Postman

Outcome:

  • Learned API testing using Postman
  • Understood how to send requests (GET, POST, PUT, DELETE)
  • Completed CRUD operations testing

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