An API set for storing information that contains relationships between items.
For use as a material reference chart for what not to combine in the shop.
Item
- metadata
- relationships
Material
- MSDS info (metadata)
- handling
- storage
- chemical composition
- uses
- Exclusions (relationships)
- Do not store in
- Do not mix with
- Do not use on
The application is written in ruby using rails, the rswag gem is used to auto generate swagger pages.
to run the server:
rails server
the swagger page can be found at http://localhost:3000/api-docs/index.html
to generate the swagger files:
rake rswag
- Ruby 3.1.0
- Rails 7.0.4
- sqltools - VSCode Extension for sqlite databases