Skip to content

wilkinsonlab/odrl-translator-demo

Repository files navigation

Prerequisites

  • Node.js v16.0.0 or higher
  • PNPM or NPM or Yarn

How to use

  1. Go to the server folder and run the following commands:
pnpm install

# after installation, run:

pnpm run dev
  1. Go to the frontend folder and run the following commands:
pnpm install

# after installation, run:

pnpm run dev
  1. Now, you can visit http://127.0.0.1:5173/ and test the ODRL Translator from the web interface. To test the ODRL Builder, go to http://127.0.0.1:5173/policy_creator.

You can also use Docker to run run the server and the web interface in one go:

docker-compose up --build

TODO

  • Support for logical constraint translation.
  • Ability to parse custom profiles.
  • Support for multiple inputs (for example, a logical constraint is referenced by its URI in another graph).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages