This is a manifest validator for the Internet of Production Alliance's Open Know-How manifests.
An overview of the project and details of the validation process is described in the overview document.
The web-based validator can be accessed at tools.internetofproduction.org
The endpoint for the REST API is https://tools.internetofproduction.org/validate?manifest=[manifest_url\], where [manifest_url] is the url of a manifest that is published online.
The API specifications are available at: https://app.swaggerhub.com/apis/iopa/okh-v1-validator/1.0.0
This project uses the Elixir Phoenix framework.
To run locally:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix
- Ready to run in production? Please check the deployment guides.