Skip to content

abhaysinghuk/Fastapi_Pydantic_ok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fastapi_Pydantic_ok

FastAPI and Pydantic Learning.

This repository contains my learning and practice work for FastAPI and Pydantic. It includes basic to intermediate examples focused on building APIs, data validation, and understanding how these tools work together.

About

FastAPI is a modern, high-performance web framework for building APIs with Python.
Pydantic is used for data validation and parsing using Python type hints.

This project is created to explore:

  • API development using FastAPI
  • Data validation using Pydantic models
  • Request and response handling
  • Nested models and serialization

Project Structure

  • nested_models.py – Examples of nested Pydantic models
  • serialization.py – Data serialization and response handling
  • Additional files may include practice examples and experiments

Requirements

  • Python 3.8+
  • FastAPI
  • Uvicorn

Install dependencies using:

pip install fastapi uvicorn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages