Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 539 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 539 Bytes

TicketExpress

This is a sample CRUD app. It uses:

  • Scala
  • Play 2.10
  • Mongo DB
  • Casbah
  • Salat/play-plugins-salat
  • Angularjs
  • Twitter Bootstrap
  • Live Reload/Guard

Run

Start up Mongo DB server first, then "play run" to start the app. It runs at port 9000.

JSON

JSON format is used to communicate between client and server. To access the JSON API:

Live Reload

^ + Shift + I: open BatarangJS

guard start: to run Live Reload