{"id":22918185,"url":"https://github.com/stlbucket/wslcb-traceability","last_synced_at":"2026-03-20T00:00:49.505Z","repository":{"id":40838749,"uuid":"224934356","full_name":"stlbucket/wslcb-traceability","owner":"stlbucket","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-05T10:52:41.000Z","size":19746,"stargazers_count":0,"open_issues_count":54,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-07T04:15:15.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stlbucket.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-29T23:25:39.000Z","updated_at":"2023-01-31T17:44:42.000Z","dependencies_parsed_at":"2023-02-04T02:01:01.903Z","dependency_job_id":null,"html_url":"https://github.com/stlbucket/wslcb-traceability","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stlbucket/wslcb-traceability","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fwslcb-traceability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fwslcb-traceability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fwslcb-traceability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fwslcb-traceability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stlbucket","download_url":"https://codeload.github.com/stlbucket/wslcb-traceability/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fwslcb-traceability/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29193590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T06:29:19.963Z","updated_at":"2026-02-07T11:32:36.940Z","avatar_url":"https://github.com/stlbucket.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LCB Traceability POC\nThis repo is the result of a weekend project meant to demonstrate basic inventory tracking and conversion for the cannabis industry.\nIt is not fully configured for production - particularly there are no unit test or properly managed deploy scripts for the db.\nBelow are rough setup instructions but they have not been tested for fool-proofness and expect the developer to be able to troubleshoot somewhat\n## setup\n### clone the repo\n```\ngit clone git@github.com:stlbucket/wslcb-traceability.git lcb\ncd lcb\n```\n### db setup\nedit db/config.sh to set up your postgres connection.  currently this is configured to use dockerized postgres locally.\nrun db setup script\n```\ncd db\n./build-all.sh\n```\nthis will create a new db called lcb (or something else if you changed the db name in config.sh)\n### api setup\ncreate a .env file\n```\ncd ../api\ncp .env.example .env\n```\nedit this file for db connection setting according to earlier config.sh for the db migrations\nrun the api server\n```\nyarn\nyarn serve\n```\n### run the ui\nin another terminal:\n```\ncd web-vue\nyarn\nyarn serve\n```\nthis should already be configured to run correctly.\n# the stack\nThe core library in this stack is [postgraphile](https://www.graphile.org/postgraphile/introduction/), which is used to publish a graphql api thru introspection of a postgres db.\nThe ui is a basic [vue](https://www.vuejs.org) application build using the [vuetify](https://www.vuetifyjs.org) component framework, [vuex](https://vuex.vuejs.org/), and [apollo client](https://www.apollographql.com/)\nThe database and UI starter components are built using a set of starter schemas and components from another stlbucket repo, [phile-starter](https://github.com/stlbucket/phile-starter).\nNone of these repos should be considered production ready, but are a good starting point for build SaaS application MVPs that may need to evolve into true scalability.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstlbucket%2Fwslcb-traceability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstlbucket%2Fwslcb-traceability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstlbucket%2Fwslcb-traceability/lists"}