Skip to content

bobthearsonist/this-with-that

Repository files navigation

This With That

An API set for storing information that contains relationships between items.

MSDS information

For use as a material reference chart for what not to combine in the shop.

Architecture

Item

  • metadata
  • relationships

Implementation

Material

  • MSDS info (metadata)
    • handling
    • storage
    • chemical composition
    • uses
  • Exclusions (relationships)
    • Do not store in
    • Do not mix with
    • Do not use on

Development

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

Toolchain

  • Ruby 3.1.0
  • Rails 7.0.4
  • sqltools - VSCode Extension for sqlite databases

About

A small MSDS application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published