Password repository for individuals and teams
Clone the repo and make it yours:
git clone https://github.com/e-time-it/qwertyKey
Install dependencies:
npm install
Environment config:
cp config/database-local.dist.js config/database-local.js
and edit it with your MongoDb's credentials
cp ./config/mail-local.dist.js ./config/mail-local.js
and edit it with your SMTP's credentials
npm start
npm start
npm test