ddehueck / Node-Login

A login system using Node's crypto library. Built with Node and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-Login

A login system using Node's crypto library

Installation

npm install

Ensure Mongod is running then proceed

On MacOS or Linux, run the app with this command:

$ DEBUG=myapp:* npm start

On Windows, use this command:

> set DEBUG=myapp:* & npm start

Or use a a tool like nodemon: npm install -g nodemon

##Dependencies

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose

##Screenshots

Index Page

User Page

Register Page

Login Page

##Contributing

Pull requests and stars are always welcome. For bugs and feature requests, create an issue.

##License

Copyright © 2016 Licensed under the MIT license.

About

A login system using Node's crypto library. Built with Node and Express.


Languages

Language:JavaScript 82.4%Language:HTML 16.2%Language:CSS 1.4%