First, create
.envfile and add your options
npm run build
npm run start
npm run dev
Jest and supertest testing
npm run test
PORT=1000
DB_NAME='auth'
DB_PASSWORD='passworddb'
DB_USERNAME='postgres'
NM_HOST='smtp.gmail.com'
NM_PORT='587'
NM_USER='example@gmail.com'
NM_PASS='password'
API='yourapi'
REDIRECT='google.com'
SECRET_ACCESS_TOKEN='secret_access'
SECRET_REFRESH_TOKEN='secret_refresh'