An open API service indexing awesome lists of open source software.

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

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`