This is a boilerplate repo for express js auth with JWT Tokens and Passport JS local strategy
Populate these fields in .env file, in project root
DB_STRING=<YOUR CONNECTION STRING>
DBNAME = <DB NAME>
SECRET= <SECRET STRING>Install npm dependencies
npm run startJWT is retuned in the response of "register" and "login" endpoints