/BallotBoard

A Project for Columbia's ASE (Advanced Software Engineering) where we created an app using Java, Javaplay, Mongo (using Jongo), & Scala templating.

Primary LanguageJavaOtherNOASSERTION

Ballotboard
=================================
## Files and Folders
build.sbt 			`Information/settings about the dependencies we're using (play-jongo for db, etc)`
out/				`Generated after running`
project/			`Compiled classes`
public/				`Javascript Css Jquery`
test/				`Where we create tests`
app/				`Where our mvc main application is`