Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI REST Service

This project is a basic proof of concept for building REST APIs with FastAPI. It covers core FastAPI concepts such as request methods, exception handling, Pydantic models, validation, and response handling using a simple Book service.

API Demo with Swagger UI

Demo video

What This Project Covers

  • FastAPI app setup
  • Request methods: GET, POST, PUT, DELETE
  • Path parameters and query parameters
  • Response status codes
  • Exception handling with HTTPException
  • Pydantic models for request validation
  • Field validation using Field
  • Path and Query validation
  • Basic in-memory data handling

Project Files

About

fastAPI-basics for building REST APIs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages