Skip to content

VamshiKrsna/calc.ai-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calc.ai-be

backend of ai calculator app

To run this project in your local machine :

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

Releases

No releases published

Packages

No packages published

Languages