-
Install Python Packages
pip install -r requirements.txt
-
Create a
.envFileCreate a file named
.envand add yourGROQ_API_KEY:GROQ_API_KEY=your_api_key_hereYou can acquire your API key at https://console.groq.com/keys.
-
Start the Flask API
python app.py
-
Navigate to the Frontend Folder
cd bitcamp-frontend -
Install NPM Packages
npm install
-
Run the Frontend
npm start