An open API service indexing awesome lists of open source software.

https://github.com/noras2001/fastapi_calc

FastAPI based calculator
https://github.com/noras2001/fastapi_calc

fastapi jinja2

Last synced: about 1 month ago
JSON representation

FastAPI based calculator

Awesome Lists containing this project

README

          

## Описание проекта
**Калькулятор на FastAPI**

Запуск приложения происходит с помощью Uvicorn, например:
```
uvicorn main:app --reload --port 5000
```