Skip to content

SDSU-App-Development-Club/fastapi-debug-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

FastAPI Debug Challenge

Hands-on debugging with FastAPI. Each branch has intentionally buggy code. Your job is to run it, find the bug, and fix it.

How it works

  • One bug per branch. Switch to a branch, run the app, fix the bug, then move to the next.
  • Branches: bug-1 through bug-6 (main challenges), plus bonus-1 and bonus-2 (extra).
  • Git practice: Use git checkout <branch-name> to switch branches (e.g. git checkout bug-1).

Run the app

From the repo root (on any bug or bonus branch):

uvicorn main:app --reload

Then open http://127.0.0.1:8000/docs for interactive API docs.

Setup

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors