milliondreams / lift-mongo-demo

demo on using lit with MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An application demoing usage of Lift with MongoDB Backend

Note: This project was created only to show an existing error in Lift framework’s mongodb password field. If you are here looking for a lift application workign with mongodb,
check out KS-Lift

How to run -

  1. Clone this project using git
  2. Start mongod (MongoDB Deamon)
  3. Open mongo shell and create a collection called users in the DB local.
  4. Go to the checked out application and run

mvn jetty:run

About

demo on using lit with MongoDB


Languages

Language:Scala 100.0%