Skip to content

gopalawasthi26/Gopal_AI_CODE_CHECKER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” AI Code Reviewer

Built by Gopal Awasthi | gopalawasthi26

AI-powered code review using Google Gemini 2.0, FastAPI, and React.js


Run Karne Ke Steps

Terminal 1 β€” Backend

cd backend
python -m venv venv
venv\Scripts\activate        # Windows
pip install -r requirements.txt
copy .env.example .env       # .env mein apni GEMINI_API_KEY daalo
uvicorn main:app --reload --port 8000

Terminal 2 β€” Frontend

cd frontend
npm install
npm run dev

Open: http://localhost:3000


Deploy on Render

Backend Web Service:

  • Root: backend
  • Build: pip install -r requirements.txt
  • Start: uvicorn main:app --host 0.0.0.0 --port $PORT
  • Env Var: GEMINI_API_KEY

Frontend Static Site:

  • Root: frontend
  • Build: npm install && npm run build
  • Publish: dist
  • Env Var: VITE_API_URL = your-backend-url

Contact: gopalawasthi26 | GLA University | Cognizant

About

AI-powered code reviewer built with React + FastAPI + Gemini AI. Paste your code and get instant feedback on correctness, security, and readability with detailed scores and suggestions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors