backend of ai calculator app
To run this project in your local machine :
- Clone the Frontend Repo :
git clone https://github.com/VamshiKrsna/calc.ai-fe/
- CD into the repo directory, Start React App (Frontend) by running :
npm start
- Clone the Backend Repo into root directory (not frontend) by running :
git clone https://github.com/VamshiKrsna/calc.ai-be/
- Start the backend by running :
uvicorn main:app
- Configure GEMINI_API_KEY in a .env file to start using the app.
- The project should be up and running, with React Frontend and FastAPI Backend connected.