{"id":16978770,"url":"https://github.com/srph/miniventory","last_synced_at":"2026-04-17T17:32:04.729Z","repository":{"id":170902890,"uuid":"610406921","full_name":"srph/miniventory","owner":"srph","description":"Mini inventory management system for Kier and Joyce's store","archived":false,"fork":false,"pushed_at":"2023-06-22T13:57:15.000Z","size":4824,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T22:42:38.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://miniventory.vercel.app","language":"TypeScript","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/srph.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-06T17:58:41.000Z","updated_at":"2023-06-11T13:35:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d7d5467-d542-4cea-8def-5665c70ea5e1","html_url":"https://github.com/srph/miniventory","commit_stats":null,"previous_names":["srph/miniventory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srph/miniventory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fminiventory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fminiventory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fminiventory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fminiventory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srph","download_url":"https://codeload.github.com/srph/miniventory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fminiventory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31938668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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-10-14T01:44:10.437Z","updated_at":"2026-04-17T17:32:04.712Z","avatar_url":"https://github.com/srph.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Thumbnail](./thumbnail.png)\n\n# Miniventory\n\nA personalized inventory system for our very small, humble business with terse footprint.\n\n## Setup\n\nLocally, this project requires Node \u003e= 18 and Docker 2.\n\n```bash\nnpm install\n```\n\nSetup the environment config by copying `.env.example` to `.env`. And then tweak the following:\n\n```\n# openssl rand -base64 32\nNEXTAUTH_SECRET=\n\n# Setup this through https://discord.com/developers/applications\n# After creating the app, make sure to select Oauth2 tab and add\n# \"http://localhost:3000/api/auth/callback/discord\" as redirect uri\nDISCORD_CLIENT_ID=\nDISCORD_CLIENT_SECRET=\n\n# Setup this through https://uploadthing.com/\nUPLOADTHING_APP_ID=\nUPLOADTHING_SECRET=\n```\n\nSetup the database, the following opens up a db you can access via `mysql://root:root@127.0.0.1:3336/miniventory`\n\n```bash\nnpm run db:docker\n```\n\nAfterwards, run the migrations:\n\n```bash\nnpm run db:migrations\n\n# Optional, only if you prefer to seed\nnpm run db:seed\n```\n\nThen, you're good to go:\n\n```bash\nnpm run dev\n```\n\n## Prisma\n\nThis project runs prisma, and you can run some commands as you see fit:\n\n```bash\nnpm run db:generate # Update schema type definitions\nnpm run db:studio # GUI\nnpm run db:migrate # Reset migrations\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Fminiventory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrph%2Fminiventory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Fminiventory/lists"}