karlgroves / express-skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#README

Build Status

This is a basic, stubbed out Express application. It is not a real project or a real website, but a step-off point to get you started.

It contains stubbed out locations and example files for all templates, views, and Selenium tests.

DO NOT use the 'login' route as-is for session handling and authentication. You must modify this to use some sort of actual secure authentication. I tend to like PassportJS or Stormpath (or both together) for this.

About


Languages

Language:JavaScript 80.3%Language:Handlebars 17.5%Language:CSS 2.2%