Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 507 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 507 Bytes

Node Authentication

This is a simple Node Express based Authentication System. The project structure is ready to use in any production level Node JS Web Application

Live Demo

Demo

Clone by Git

git clone https://github.com/zonayedpca/node-web-server.git

Install all the dependecies

npm install

Start the Server

npm start

Thanks