What is This Project?
I build a lot of Node.js websites and find myself always needing user registration and login. I created this project by ripping out everything of an existing one except the bare minimum to enable user login.What do I Need?
You will need the following to get started:- Node.js enabled machine
- MongoDB database
How do I Start?
First, edit<PROJECT_ROOT>/common.js
to point to your MongoDBThen, run the following from your terminal:
$ npm install
$ npm start
from https://github.com/gschier/login-skeleton