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

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

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
```