Skip to content

A simple FastAPI backend with full CRUD for student records — SQLite + SQLAlchemy + Pydantic + Swagger UI.

Notifications You must be signed in to change notification settings

smagen12/fastapi-student

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Student CRUD API

A simple FastAPI project with SQLite and SQLAlchemy.

Features

  • Full CRUD operations for student records
  • Input validation with Pydantic
  • Dependency injection
  • Health check endpoint
  • .env for configuration
  • Docker-ready

Running locally

python -m venv venv
source venv\Scripts\activate   
pip install -r requirements.txt
uvicorn app.main:app --reload

About

A simple FastAPI backend with full CRUD for student records — SQLite + SQLAlchemy + Pydantic + Swagger UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published