Skip to content

anishsapkota/verifiable-credentials-resume-dApp

Repository files navigation

Prerequisite

Please make sure that docker is already installed in your machine and is running.

Getting Started

  1. Install dependencies
npm install

Note: For Windows users: move into folder redis-pub-sub and websocket-server and run npm install

  1. Create .env file in your root folder and add the Environment Variables listed in .env.example file

  2. Run the development server:

npm run dev
# or
yarn dev
  1. Run the websocket server:
npm run ws
# or
yarn ws
  1. Run the pub-sub server:
npm run redis
# or
yarn redis

It will create a db schema and run the application, along with websocket server.

  1. Populate db with test data ( Note: the server has to be running to seed db)
npm run seed-db

Open http://localhost:3000 with your browser to see the result.

  1. Login: username: johndoe / tuberlin / max@trust-cv.de password: password
Click to see the Resume Credentials Demo

Resume Demo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors