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

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

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`