electron-with-express icon indicating copy to clipboard operation
electron-with-express copied to clipboard

Express application in electron with passport authentication, session management, nunjucks, mLab DB, Rich UI with materializecss

Electron-with-express.

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/)

How to start

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 !!