TermSearch
Monorepo with a FastAPI backend and React + Tailwind frontend.
Development
- Backend runs on http://localhost:8000
- Frontend runs on http://localhost:5173
Docker
Build and start both services:
docker compose up --build
Local (without Docker)
Backend:
cd backendpoetry installpoetry run uvicorn app.main:app --reload
Frontend:
cd frontendpnpm installpnpm dev
Description
Languages
Python
57.5%
TypeScript
38.5%
Dockerfile
1.9%
HTML
0.9%
JavaScript
0.8%
Other
0.4%