bcrypt-passport-authetication

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

Stars
0
Committers
1
  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