To activate the program locally, please first type the following command in the terminal:
First, cd into server and create the virtual environment:
python3 -m venv venv
source venv/bin/activateSecond, run the development server:
python3 server.pyThird, cd into client and install dependencies:
npm installFourth, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.