Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack - Backend

Tarefa

Implementar um CRUD em FastAPI.

Letra Descrição Implementado
C Create
R Read (All)
R Read (id_users)
U Update
D Delete

Comandos Úteis

Clone o repositório

git clone <url-do-repositorio>
cd <nome-da-pasta>

Crie um ambiente virtual (recomendado)

Linux / Mac

python -m venv venv
source venv/bin/activate

Windows

python -m venv venv
venv\Scripts\activate

Instalar bibliotecas

pip install fastapi uvicorn

Executar o servidor

uvicorn main:app --reload

O servidor iniciará em:

http://127.0.0.1:8000

Referências

About

Tarefa para aula de Fullstack - Backend

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages