Express application in electron, backend with mLab
This sample shows how to setup your existing express app with electron framework:
- mLab's database
- Passport authentication
- Session management
You can learn more about electron (http://electron.atom.io/docs/v0.37.8/)
Clone this repository as well as create mLab database for this example.
First, Go to server/config/config.js
change the databse url with your mLab db url
Then,
npm install
node start-electron.js
Your desktop app is ready !!