g8 template to get a Lift-MongoDB webapp up and running quickly. The template generates a project that uses Twitter's Bootstrap and implements the Mongoauth Lift Module. It uses SBT as the build tool.
Install SBT
In a shell, run the following in the parent directory of the new project:
sbt new eltimn/lift-mongo.g8
cd <project-name>
Please see the README file in your new project for further instructions on configuring and running your app.
Instead of allowing the user to select Scala, Lift, and SBT versions, this template uses predetermined versions. This will hopefully make it easier for new users to get the proper versions of dependent libraries.
Written in 2017 by Tim Nelson.
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/
Use template locally:
sbt new file:///home/nelly/code/lift-mongo.g8