Skip to content

rohith2511/fastapi_deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Student Attendance API

A backend API built with FastAPI to manage student attendance records.

Features

  • Mark attendance for students
  • Fetch attendance by date or student
  • RESTful endpoints with JSON responses

Tech Stack

  • FastAPI
  • Uvicorn
  • Python 3.10+
  • Railway (for deployment)

Setup

# Install dependencies
pip install -r requirements.txt

# Run locally
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors