Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 731 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 731 Bytes

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