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

https://github.com/angelozdev/practicing-passport

Nodejs Login con Passport, Express
https://github.com/angelozdev/practicing-passport

Last synced: about 1 month ago
JSON representation

Nodejs Login con Passport, Express

Awesome Lists containing this project

README

          

# Using Passport
Nodejs Login con Passport, Express

## Install
+ Mode developer
+ `npm install`
+ `npm run dev`
+ Mode production
+ `npm install`
+ `npm run build`
+ `npm start`