Skip to content

darkshloser/certifier-website

Repository files navigation

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.

About

Certifier Website

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages