SIGN IN SIGN UP

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

42305 0 0 TypeScript
2026-01-20 21:28:09 +01:00
{
"name": "fastapi-full-stack-template",
"private": true,
"workspaces": [
"frontend"
],
"scripts": {
2026-01-20 22:35:30 +01:00
"dev": "bun run --filter frontend dev",
"lint": "bun run --filter frontend lint",
"test": "bun run --filter frontend test",
"test:ui": "bun run --filter frontend test:ui"
2026-01-20 21:28:09 +01:00
}
}