Skip to content

dfesalbon-python/farm-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FARM Stack sample

alt text

Farm stack stands for:

Fast Api React MongoDB

Run the fast api application

  • Open the fastapi folder (in a virtual environment or your global environment)
  • Make sure you have installed fastapi, uvicorn and motor dependency
  • Run the following command inside the directory
uvicorn main:app --reload

Run the react application

  • Open a terminal inside react-app folder
  • Run the following commands:
npm i
npm start

Sample running application. WIP alt text