
- Implemented FastAPI application with divisibility checking - Added endpoints for checking divisibility via GET and POST - Added health endpoint - Created requirements.txt - Updated README with API documentation generated with BackendIM... (backend.im)
3 lines
48 B
Plaintext
3 lines
48 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
pydantic==2.4.2 |