Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`;