Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturocarrillojimenez/api-todo
https://github.com/arturocarrillojimenez/api-todo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arturocarrillojimenez/api-todo
- Owner: ArturoCarrilloJimenez
- Created: 2024-11-06T16:41:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T19:17:20.000Z (2 months ago)
- Last Synced: 2024-11-06T20:26:36.700Z (2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```