/SimpleDiff

A Capstone Project for McMaster University

Primary LanguageJava

SimpleDiff

A webservice that leverage Abstract Syntax Trees in order to provide meaningful diffs within Pull Requests.

Build Status

Getting Started

To run the application, use the gradle command: ./gradlew bootRun

Deployment

Heroku is used to continious deploy changes that have been merged into the master branch.

Built With

  • Gradle - Dependency Management and Build System.
  • Spring Boot - a web framework which makes it easy to create Spring-powered, production-grade applications and services with absolute minimum fuss.