Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arturocarrillojimenez/api-todo


https://github.com/arturocarrillojimenez/api-todo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Instalación de FastApi

Para esto utilizaremos los siguientes comandos

``` bash
python -m venv venv
source venv/bin/activate
pip install fastapi
pip install uvicorn
```