backend-fastapi

Installation
SKILL.md

Backend Architecture (FastAPI)

Overview

The backend is a FastAPI application located in backend/. It powers the chatbot and RAG functionality.

Entry Point

  • File: backend/main.py
  • Run: uvicorn backend.main:app --reload (or via npm run dev)
  • Port: Defaults to 8000.

Endpoints

POST /api/chat

Installs
2
GitHub Stars
60
First Seen
Apr 14, 2026
backend-fastapi — comeonoliver/skillshub