An open API service indexing awesome lists of open source software.

https://github.com/zonayedpca/node-authentication

The Main Project is Live here:
https://github.com/zonayedpca/node-authentication

node-authentication nodejs passport

Last synced: 2 months ago
JSON representation

The Main Project is Live here:

Awesome Lists containing this project

README

          

# 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](https://zonayedpca-node-authentication.herokuapp.com/)

# 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
- Node JS
- Express JS
- EJS
- Passport
- [Zonayed Ahmed](https://www.zonayed.me)