/CS1530CoffeeImporter

Coffee Import and Inventory Management Project for CS1530

Primary LanguageJava

#Coffee Importer Project

This is the github repository for the University of Pittsburgh CS1530 Summer 2015 Coffee Importer team

##Getting Started

Gradle 2.4 and Java 1.8 are required

Apache Tomcat is used for the webserver

Clone the repository to your desktop

To build the project:

gradle build

To run tests:

gradle test

To run the project, go to the directory containing build.gradle and run

gradle bootRun

The site will be available at the default location, which is probably localhost:8080