Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 524 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 524 Bytes

Certifier Website

How to run?

  • Make sure Parity is running on default settings.

  • Install Redis, run redis-server with all default settings.

  • Start the backend service:

    $ cd backend
    $ npm i
    $ npm start
    
  • Start the certifier service:

    $ cd backend
    $ npm run start:consumer
    
  • Start the frontend dev server:

    $ cd frontend
    $ npm i
    $ npm start
    
  • Open http://localhost:8081 in the browser.