/keysqan

QR-based key tracker for organizations (server)

Primary LanguageJavaScript

Keysqan

Keysqan client

A software for key management based on QR codes.

Installation

You will require Node.js v14+ to run this software.
Clone this respository (either by downloading it as a zip or through git clone), and run npm install to install the dependencies. This project is intended to have as few direct dependencies as possible, and only uses jsonwebtoken and mongoose.

Running information

You will need a src/secrets.json file - look at the src/secrets-example.json file as a reference for what you need.
The command to run the server (after you setup your secrets.json file) is npm start.