- 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
- Open a terminal inside react-app folder
- Run the following commands:
npm i
npm start