__ _ __ _
/ /__________ _____ __________(_) /_ ___ _____(_)____ _____
/ __/ ___/ __ `/ __ \/ ___/ ___/ / __ \/ _ \/ ___/ // __ `/ __ \
/ /_/ / / /_/ / / / (__ |__ ) / /_/ / __/ / / // /_/ / / / /
\__/_/ \__,_/_/ /_/____/____/_/_.___/\___/_/ /_/ \__,_/_/ /_/
Transsiberian is a boilerplate to build nodejs applications in under 5 minutes.
Transsiberian is really opinionated but it includes all you need to start a nodejs applications with Express and MongoDB
- MongoDB models using Mongolia
- Basic user creation and authentification
- Translations with express-dialect on port 3001 by default
- CSS useful mixins, reset, and basic styles
- Basic helpers
- Flash messages
- Mailer
Copy and paste:
npm install mongodb
npm install ext
npm install connect-auth
npm install express
npm install express-dialect
npm install log4js
npm install mail
npm install mongolia
I'm working to add some of these features:
- Publish to npm so its easy to install and mantain
- Screencast?
- Add documentation
- Get rid of ext.js, provide a utils library instead.
- Web sockets with Socket.IO-node
- File uploader
- Asset manager