In your terminal go to backend directory and run:
If you are first time to run it, please ensure you have python3 version, the recommend version is 3.8 Follow following step to set your python version to 3.8 1. brew install pyenv 2. pyenv install 3.8.12 3. pyenv global 3.8.12 Use python --version to verify the installation
Create a new terminal and go to root directory of the project and run:
Runs the app in root directory Open http://localhost:3000 to view it in the browser.
If you are the first time to run it, following the following step. 1. brew install node 2. npm install
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.