Skip to content

ArthurDSant/API-RestFull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API RestFull with FastAPI

FastAPI A RESTful API (Representational State Transfer) is a standardized architectural style for designing networked applications. It utilizes HTTP requests to manage resources through a set of predefined operations: GET for retrieving data, POST for creating new resources, PUT for updating existing ones, and DELETE for removing resources. REST principles emphasize stateless communication, where each request from a client contains all necessary information, and resource identification via URIs (Uniform Resource Identifiers). This approach promotes scalability, flexibility, and the separation of client and server concerns, making it suitable for web services and microservices architecture.

Stacks

Python FastAPI Postman

NPM

pip install fastapi[all]
our
pip install fastapi "uvicorn[standard]"

Start

uvicorn main:app --reload

About

API RestFull utilizando Python como base, possuindo as funções GET, POST, PUT, UPDATE e DELETE. Com implementação de pesquisa por categorias como nos exemplos do arquivo Test_Server.py no repositório.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages