ooru-digital / inji-verify

Repository host the source code, documentation, and other related files for the Inji Verify project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inji Verify

Injiverify is a web interface to verify the validity of the QR / credential using a browser from smartphone / tablet / computer. A user should be able to do primariliy 4 key actions - Scan, Validate, Fetch, Display.


Installations:

Prerequisites: Node 18 - Can be installed using nvm. Run following commands to install node

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
$ nvm install 18

Folder Structure:

  • helm: folder contains helm charts required to deploy on K8S

  • inji-verify: contains the source code and Dockerfile


Running the application:

  • Run following commands to start the application:
$ cd ./inji-verify
$ npm install
$ npm start
  • Build and run Docker for a service:
$ docker build -t <dockerImageName>:<tag> .
$ docker run -it -d -p 3000:3000 <dockerImageName>:<tag>

About

Repository host the source code, documentation, and other related files for the Inji Verify project.

License:MIT License


Languages

Language:TypeScript 74.8%Language:JavaScript 12.9%Language:Shell 5.8%Language:Smarty 1.7%Language:HTML 1.7%Language:Dockerfile 1.6%Language:CSS 1.6%