Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newtmagalhaes/fast-crud
A spike using FastAPI
https://github.com/newtmagalhaes/fast-crud
Last synced: about 2 months ago
JSON representation
A spike using FastAPI
- Host: GitHub
- URL: https://github.com/newtmagalhaes/fast-crud
- Owner: newtmagalhaes
- License: mit
- Created: 2024-05-15T00:03:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:39:54.000Z (8 months ago)
- Last Synced: 2024-05-18T04:30:44.567Z (8 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-crud
Uma spike usando FastAPI.
## Setup
> :warning: Feito utilizando python 3.10
1. Crie um ambiente virtual e instale as dependências (ex.: `pip install -r requirements.txt`);
2. Para rodar em modo de desenvolvimento, execute `fastapi dev /src/app`;