- Node.js (v14 or higher)
- NPM or Yarn for managing dependencies
- Azure Core Tools
- Clone the repo
git clone https://github.com/ArchitAnant/Flurry.git
- Install and Run React
cd flurry-app
npm install
npm install gsap
npm start
- Install and Run Backend
cd flurry-back
pip install -r requirements.txt
- You would require a
.env
file insideflurry-back
.
GNEWS_API_KEY =
GEMINI_API_KEY =
SEPAPI_API_KEY =
GROQ_API_KEY =
- Run the function
func start