Simple API and DB POC
from the root dir
docker-compose up
if running locally, the default url is http://localhost:5000/
/site/<site name>
returns one json per instrument for the provided site name
/instrument/<instrument id>
returns a json of instrument information.
If the instrument is a computer the mac field is populated.
If the instrument is a freezer the container fields are populated.
/container/<container uuid>
Add any seed data to db/setup.sql. Example seed data is provided.