To run:
- make sure you're in "python_backend" directory":
cd python_backend
- Run the following commands:
python 3 -m venv venv
source venv/bin/activate
python3 server.py
- run the frontend with:
npm run dev
If the above instructions don't work:
- when in the virtual environment, run:
pip install python-dotenv google-generativeai
pip install flask-cors
- Run the following in the main directory:
npm install npm install axios