Pslink/pslink/static/wasm
Dietrich b9a02b1740 Update the testsuite...
now tests:
  * creating .env
  * migrating
  * creating admin
  * login
  * listing links
  * creating links
  * filtering links
2021-08-12 15:48:02 +02:00
..
.gitignore Update the testsuite... 2021-08-12 15:48:02 +02:00
README.md Add musl target to Makefile.toml 2021-08-12 15:48:02 +02:00

The Frontend for pslink

This part of pslink is the wasm binary for the frontend of pslink.

It provides:

  • a login screen
  • management for links
  • management for users
  • switching the language

The wasm binary communicates via a REST-JSON-Api with the server.