kennethkoontz / sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sessions

Installing

Install required packages.

npm install

Create a .env file and place it in the root directory.

Environment Variables

MONGO_URI

URI to mongo database

JWT_SECRET

Secret string unique to app that hashes JSON web tokens.

About


Languages

Language:JavaScript 74.6%Language:HTML 25.4%