Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 581 Bytes

Canyon

Pre Requisites

Mongodb, NodeJs, Robomongo and Nodemon

Installation

  1. Run these commands after opening directory in vs code

  2. 'cd client'

  3. 'npm install'

  4. 'cd ..' //back to main directory

  5. 'npm install'

  6. 'npm run dev' // To run client and server

Run this command for creating new adminsitrator account in mongodb command shell using 'canyon' database

db.users.insert({name: "Test User",role: "administrator",email:"[email protected]",password:"$2b$10$zJCbqAaDGOkcIBr8b1Iihu4z0Xb/iMcY6.lvOrHEHPvJeHNf.9Wci"})

default password inserted is 'canyon123'