Skip to content

DAY 4 & Day 5 : POSTMAN Testing and FastAPI Calculator API Development - #132

Open
Narayani-17 wants to merge 2 commits into
mainfrom
feature/narayani-day1
Open

DAY 4 & Day 5 : POSTMAN Testing and FastAPI Calculator API Development#132
Narayani-17 wants to merge 2 commits into
mainfrom
feature/narayani-day1

Conversation

@Narayani-17

@Narayani-17 Narayani-17 commented Mar 27, 2026

Copy link
Copy Markdown
Contributor
  • Day 4 focuses on testing the FastAPI endpoints using Postman API Platform. (DAY 4)
  • All APIs created in previous days were first verified using Swagger UI and then tested in Postman to ensure proper functionality.
  • Different HTTP methods such as GET, POST, PUT, and DELETE were executed, and responses were validated.
  • This task helps in understanding real-world API testing workflows and ensures that the application behaves correctly for various requests.
Screenshot (72) Screenshot (73) Screenshot (74) Screenshot (75) Screenshot (76) Screenshot (77)

On Day 5

  • we developed a simple Calculator API using FastAPI. (DAY 5)
  • The API supports basic arithmetic operations such as addition, subtraction, multiplication, and division.
  • We tested all endpoints locally using a browser and ensured proper error handling for edge cases like division by zero.
  • This exercise helped reinforce API creation, parameter handling, and server execution using Uvicorn.
Screenshot (80) Screenshot (81) Screenshot (82) Screenshot (83)

@Narayani-17 Narayani-17 changed the title DAY 4 : POSTMAN Testing DAY 4 & Day 5 : POSTMAN Testing and FastAPI Calculator API Development Mar 27, 2026
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