Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 274 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 274 Bytes

micro-authentication-starter

small starter project for a REST api with Authentication

included

  • micro
  • jwt
  • bcrypt
  • mongodb

usage

MONGODB=<url> SECRET=<secret> npm start
  • navigate to localhost:3000/api/setup
  • user admin:password is created