Skip to content

mantaskaveckas/express-simple-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Simple Auth

Setup

  • Install required dependencies npm install

  • Set the environmental variables:

    • Windows:
      • set MONGO_STORE_URI=mongodb://localhost/test
      • set MONGO_STORE_SECRET=secret
      • set PORT=1337 (optional)
    • Linux / OS X:
      • export MONGO_STORE_URI=mongodb://localhost/test
      • export MONGO_STORE_SECRET=secret
      • export PORT=1337 (optional)
  • Run the application npm start

  • Go to http://127.0.0.1:3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published