0 devlogs
0s
This project is a REST API built using FastAPI that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
The goal of the project is to create a clean, well-structured backend service that can handle…
This project is a REST API built using FastAPI that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
The goal of the project is to create a clean, well-structured backend service that can handle mathematical calculations through HTTP requests. It is designed to be simple, fast, and easy to extend with more advanced features in the future.