Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 143 Bytes

HOW-TO.md

File metadata and controls

7 lines (5 loc) · 143 Bytes

Start Server:

  • npm start

Create database in MongoDB:

  • use DATABASE NAME
  • db.createUser({user: USER, pwd: PASSWORD, roles: ["readWrite"]]})