Skip to content

ColonelPanicc/durafficpark

Repository files navigation

Duraffic Park

DurafficPark

Welcome to Duraffic Park.

We've made traffic simulations so astounding that they'll capture the imagination of the entire planet.

This is a product of Oliver McLeod, Ryan Collins, Mike Croall, George Price, and Sara Chen. Built at Durhack 2017, by the Colonel Panicc team.

Running the application

First, you will want to run the Java worker. Using a terminal, navigate to the root of the repository, and then:

mvn clean install
java -jar target/durafficpark-1.0-SNAPSHOT.jar

Then run the nodejs server, by running:

npm start

Deploying to Heroku

The code is designed to work with Heroku.

Enable both the Java and nodejs buildpacks, and then deploy (using the included Procfile). This will then work out of the box.