Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/panchuk16/bcrypt-passport-authetication

Website for accessing some data after successful registration or logging in. Using bcrypt hashing, passport, express-session, .env
https://github.com/panchuk16/bcrypt-passport-authetication

authentication bcrypt body-parser dotenv express express-session hash logging nodejs passport passport-local password pg registration

Last synced: 3 months ago
JSON representation

Website for accessing some data after successful registration or logging in. Using bcrypt hashing, passport, express-session, .env

Awesome Lists containing this project

README

        

1. npm init
2. Import users.csv into PostgreSQL Database
3. Choose:
3.1. Change const db according to your pg password, host, port, user name, database name inside index.js
3.2. OR create create .env and fill it out with your data according to existing naming inside const db
4. node index.js