Skip to content

Backend repository for Code Review Automation Tool. Project at Amrita Vishwa Vidyapeetham done in collaboration with SAP Labs

Notifications You must be signed in to change notification settings

IAmRiteshKoushik/coderev-bk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efficient CodeReview Automation Tool (Server)

This project is a tool designed to upload Python, Java or Javascript projects to AWS's Codeguru Reviewer Service and provide Security and Code Quality recommendations for the user. This repository contains the backend server for the project that connects to Codeguru Reviewer and MonogoDB.

NOTE: This server can only run on a Linux file-system.

Tech Stack : Node.js Express.js MongoDB AWS-CodeGuru AWS-S3

Frontend Repository linkhere.

Overview

System Design

  • The server accepts files from the frontend, zips and stores the zipped file in AWS S3 repositories.
  • Meanwhile, it also inserts the corresponding records in the user and project collections of the database.
  • Next, Code Review is initiated and the recommendations are fetched, and these details are inserted in the database.
  • The frontend acceses all relevent details from the database via routes in the backend server that handle them.

About Codeguru Reviewer

Codeguru is an AWS service that leverages program analysis and machine learning to identify potential defects and to recommend best practices. Improve the maintainability and security of your Java and Python codebase with AWS CodeGuru Reviewer.

This project uses the AWS Javascript SDK v3(Typescript) to access Codeguru and other AWS services.

For more details, visit the AWS Codeguru Reviewer Documentation

Other AWS Services

Amazon S3 Amazon Simple Storage Service is a service offered by Amazon Web Services that provides object storage through a web service interface. The S3 repository serves as the provider from which the Codeguru Reviewer accesses the source code.

For more details, visit the AWS S3 Documentation)

Requirements

Getting Started

  1. Clone this repository into your local Linux environment.
  2. Configure the .env file with the required values such as your AWS credentials.
  3. cd to the destination folder
  4. Install dependencies:
npm install
  1. Run the development server:
# Should run in on PORT 5000 by default
npx esrun src/index.ts

Open the localhost port configured by you in your browser to see the server running. By default it should be http://localhost:3000/

Team Members

  1. Amruta Varshini : Front-end Developer
  2. Dhaksana R : Front-end Developer
  3. Ritesh Koushik : Full-Stack Developer
  4. Sudharsan Vanamali : Back-end Developer
  5. Senthil Adithya V : Back-end Developer

About

Backend repository for Code Review Automation Tool. Project at Amrita Vishwa Vidyapeetham done in collaboration with SAP Labs

Topics

Resources

Stars

Watchers

Forks