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
- Clone this project using git
- Start mongod (MongoDB Deamon)
- Open mongo shell and create a collection called users in the DB local.
- Go to the checked out application and run
mvn jetty:run