https://github.com/ujjawal-1999/passport-authentication
Login and Sign Up App using Passport and NodeJs
https://github.com/ujjawal-1999/passport-authentication
Last synced: 3 months ago
JSON representation
Login and Sign Up App using Passport and NodeJs
- Host: GitHub
- URL: https://github.com/ujjawal-1999/passport-authentication
- Owner: ujjawal-1999
- Created: 2020-06-04T21:14:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T08:18:32.000Z (over 2 years ago)
- Last Synced: 2025-01-22T14:15:02.282Z (4 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Js and Passport Authentication Using Local Strategy
A complete user registration and login app with flash messages enabled.
#### Tech Stack
- NodeJs
- MongoDB
- Express
- Passport
- EJS
- Bcryptjs
- connect-flash### Installation
`$npm install`
`npm start`
*Or use nodemon*
`npm run dev`