Skip to content

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

License

Notifications You must be signed in to change notification settings

Infosys/inji-verify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.7%
  • JavaScript 12.9%
  • Shell 5.8%
  • Smarty 1.7%
  • HTML 1.7%
  • Dockerfile 1.6%
  • CSS 1.6%