node-simple-app provides a solid and secure app template that follows best practices and requires no additional installs. It adds authentication using LevelDB on top of Express and provides handy Jade templates for the auth forms.
- Fork this repo
make update-deps
make
- Search and replace the string 'app'. Additionally, you'd have to modify package.json as you see fit.
- No database installation (uses LevelDB)
- No global package installs (dev deps are installed locally)
- Includes commonly used Express middleware
- User auth with simple Jade templates for login and register pages
- Passwords stored in LevelDB hashed with bcrypt
- Bower setup with jquery and underscore
- "Error: Forbidden" should not print to screen
- Make bower actually work
- Add some tests (use PhantomJS)
- Add Travis
- Add badge for Travis