FARM stack boilerplate: FastAPI backend, MongoDB storage, React frontend, Docker.
A starter template implementing the FARM stack: FastAPI backend, MongoDB persistence, and a React frontend with Docker configuration for development and production. It includes an API server scaffold, basic user authentication (OAuth2/JWT), and Docker Compose plus production Dockerfiles. Suited for single-page apps and REST API projects that need a Python API with document storage.
0