Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaryanporwal/node-auth
Web Authentication in Node.js using passportjs
https://github.com/aaryanporwal/node-auth
Last synced: 2 days ago
JSON representation
Web Authentication in Node.js using passportjs
- Host: GitHub
- URL: https://github.com/aaryanporwal/node-auth
- Owner: aaryanporwal
- Created: 2021-08-15T14:44:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T17:49:56.000Z (over 3 years ago)
- Last Synced: 2024-11-17T22:42:08.370Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running Instructions
1. `npm i`
2. `npm start`This will start serving the website on port 3000.
> Use `npm run devStart` for live reload.