https://github.com/chriscummings/farm-stack
Dockerized FARM Stack (FastAPI, React, MongoDB) using TypeScript, FastAPI Users, and Beanie
https://github.com/chriscummings/farm-stack
fastapi mongodb react typescript
Last synced: 3 months ago
JSON representation
Dockerized FARM Stack (FastAPI, React, MongoDB) using TypeScript, FastAPI Users, and Beanie
- Host: GitHub
- URL: https://github.com/chriscummings/farm-stack
- Owner: chriscummings
- Created: 2025-07-13T03:08:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T04:10:21.000Z (12 months ago)
- Last Synced: 2025-07-13T05:24:09.101Z (12 months ago)
- Topics: fastapi, mongodb, react, typescript
- Language: Python
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farm-Stack
Dockerized FARM Stack (FastAPI, React, MongoDB) using TypeScript, FastAPI Users, and Beanie
The FastAPI side of this template already has fastapi-users set up in the prescribed manner and uses Beanie (Pydantic & Motor).
You will likely need to delete:
- frontend/app/node_modules
- frontend/app/package-lock.json
-and run `npm install`