This web application is built using the Play framework. The web application goal is to provide a way for ICS students to exchange textbooks with each other.
- Install the Play framework on your system.
- Install the Eclipse IDE for Mobile Development on your system.
The system builds and compiles automatically upon using "test" as a command.
To test the program. Initiate an instance of play in the main directory and type "test" in the prompt.
C:\Users\Justin\workspace\GitHub-Play-TheTextChange>play
[info] Loading project definition from C:\Users\Justin\workspace\GitHub-Play-TheTextChange\project
[info] Set current project to ICSBookExchange (in build file:/C:/Users/Justin/workspace/GitHub-Play-TheTextChange/)
_ _
_ __ | | __ _ _ _| |
| '_ \| |/ _' | || |_|
| __/|_|\____|\__ (_)
|_| |__/
play! 2.1.0 (using Java 1.7.0_11 and Scala 2.10.0), http://www.playframework.org
> Type "help play" or "license" for more information.
> Type "exit" or use Ctrl+D to leave this console.
[ICSBookExchange] $ test
[info] ModelTest
[info] + ModelTest.testModel
[info]
[info]
[info] Total for test ModelTest
[info] Finished in 0.022 seconds
[info] 1 tests, 0 failures, 0 errors
[info] Passed: : Total 1, Failed 0, Errors 0, Passed 1, Skipped 0
[success] Total time: 6 s, completed *Date*
[ICSBookExchange] $

