This project aims to build an AI-powered code reviewer using the MERN stack (MongoDB, Express.js, React, Node.js). The application will leverage machine learning models to provide automated code review suggestions and improvements.
- Automated code review
- Suggestions for code improvements
- Integration with popular version control systems
- User-friendly interface
- Clone the repository:
git clone https://github.com/yourusername/AI-powered-code-Reviewer.git
- Navigate to the project directory:
cd AI-powered-code-Reviewer - Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000.
- Create a
.envfile in the root directory of the project. - Add your Gemini API key to the
.envfile:GEMINI_API_KEY=your_gemini_api_key_here - Save the
.envfile.
Make sure to replace your_gemini_api_key_here with your actual Gemini API key.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.