Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

alaz/pocketchangeapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Port to MongoDB

This is a fork of Pocketchange to show:

  • how the model can be made persistance-free (almost), i.e. using plain scala objects
  • how MongoDB can be used as a persistance backend using mongo-scala-driver: all the queries to DB that where using Mapper are replaced by queries to MongoDB

The app is not using Mapper at all and all the functionality (including receipt image storage and custom BigDecimal field) is implemented using mongo-scala-driver.

Original README

This is the demo application that we're building to support the Lift Book.

Lift Book repo

LiftWeb Source

  • Derek, Marius and Tyler

Packages

 
 
 

Languages

  • Scala 56.9%
  • JavaScript 43.0%
  • Shell 0.1%