web is the web of issuerail written in Vue.
If you want to give it a try, you can install it for free (see section below) or you can just use the online demo hosted on Vercel.
Demo credentials are :
- Email: admin@demo.com
- Password: admin
- Vue >= 3.0.0
export SERVER_API_URL=http://127.0.0.1:8081
yarn start
docker build ghcr.io/issuerail/web:latest
docker run -p 443:443 -p 8080:80 ghcr.io/issuerail/web:latest
Project License can be found here.