https://github.com/jayvirrathi/farm-stack-sample
farm stack
https://github.com/jayvirrathi/farm-stack-sample
farm farm-stack fastapi mongodb react
Last synced: 27 days ago
JSON representation
farm stack
- Host: GitHub
- URL: https://github.com/jayvirrathi/farm-stack-sample
- Owner: Jayvirrathi
- Created: 2021-08-14T13:44:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T13:45:20.000Z (almost 5 years ago)
- Last Synced: 2025-06-03T13:18:18.570Z (12 months ago)
- Topics: farm, farm-stack, fastapi, mongodb, react
- Language: JavaScript
- Homepage:
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FARM Stack
### FARMstands for FastAPI - React - MongoDB.
## Prerequisites
- Nodejs
- MongoDB
## Build Setup
### Backend
```bash
# install dependencies
pip install -r requirements.txt
# serve with hot reload at localhost:8000 && opendocs at localhost:8000/docs
uvicorn main:app --reload
```
### Frontend
```bash
# install dependencies
npm i
# serve with hot reload at localhost:3000
npm run start
```