- python
- react.js
pip install flask
pip install flask-cors
pip install -q -U google-generativeaiGet Gemini API key from here
set environment variable GOOGLE_API_KEY to your api key
either via command or create .env in Backend folder and put
GOOGLE_API_KEY=your_api_key
you need to have node.js, npm and react-scripts and then run
npm install
to install dependencies
Run the flask backend server using
flask --app Backend/main run
Run the react project using
cd Frontend
npm start
