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:
- Host: GitHub
- URL: https://github.com/zonayedpca/node-authentication
- Owner: zonayedpca
- Created: 2018-09-14T12:40:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T11:40:46.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T16:09:25.129Z (over 1 year ago)
- Topics: node-authentication, nodejs, passport
- Language: JavaScript
- Homepage: https://zonayedpca-node-authentication.herokuapp.com/
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)