GeneralistDev / SSD2-Backend

SSD2 Project backend play framework
Apache License 2.0
0 stars 0 forks source link

NEW: Created routes for the prototype and test actions in controller. #6

Closed GeneralistDev closed 10 years ago

GeneralistDev commented 10 years ago

This feature includes routes and controller action endpoints. Also includes a basic VisualModel class as a model for storing the JSON received.

See Issue #4 for Review Documentation

dotnal commented 10 years ago

The application won't run on my machine without the line

applyEvolutions.default=true

in the application.conf file.

GeneralistDev commented 10 years ago

If you navigate to the API's url in your browser you can apply those scripts. I prefer to keep that setting off during development as they should not happen automatically.