Skip to content

An authentication api with exprss and postgress along with 2FA(without sequalize)

Notifications You must be signed in to change notification settings

mstars/Express-Postgres-Auth-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-Postgres-Auth-Api

An authentication api with exprss and postgress

sudo systemctl start postgresql.service
Step 1
add .env file and add conent 
DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT=
DB_DATABASE=auth_db
JWT_KEY=
SENDGRID_USERNAME=
SENDGRID_PASSWORD=

Step 2
yarn install

Step 3 
yarn start

About

An authentication api with exprss and postgress along with 2FA(without sequalize)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published