Easily review your Bad af code and get Suggestions on how to improve it easily
- works with Google Gemini LLM API to give easy answers for reviewing code
- Backend made with Nodejs and express
- Database,we are using MongoDB for efficient storage of Database
- Frontend we have used React with prismjs for easier code editor on web.
- To Run this project locally just clone this project and input your Gemini API key in the ".env" file and then
npm install
- for running the Backend
node server.js
- for running the Frontend
npm run dev
