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

https://github.com/vitorhonna/python-api

Leaning how to create an API with Python
https://github.com/vitorhonna/python-api

Last synced: 3 months ago
JSON representation

Leaning how to create an API with Python

Awesome Lists containing this project

README

        

# Leaning how to create an API with Python

## FastAPI

Run:

- `pip install -r requirements.txt`

- `python -m uvicorn main:app --reload`

## Flask

Run:

- `pip install -r requirements.txt`

- `python main.py`