{"id":25497289,"url":"https://github.com/microcodeincorporated/scrutiny.net","last_synced_at":"2025-11-10T03:30:20.497Z","repository":{"id":192069118,"uuid":"686000017","full_name":"MicroCODEIncorporated/Scrutiny.NET","owner":"MicroCODEIncorporated","description":"A new IIoT suite of applications for error proofing product assembly.","archived":false,"fork":false,"pushed_at":"2023-09-01T13:53:58.000Z","size":643,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-02T11:41:35.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicroCODEIncorporated.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-01T13:52:37.000Z","updated_at":"2023-09-02T11:41:46.242Z","dependencies_parsed_at":"2023-09-02T11:52:59.974Z","dependency_job_id":null,"html_url":"https://github.com/MicroCODEIncorporated/Scrutiny.NET","commit_stats":null,"previous_names":["microcodeincorporated/scrutiny.net"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FScrutiny.NET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FScrutiny.NET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FScrutiny.NET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FScrutiny.NET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicroCODEIncorporated","download_url":"https://codeload.github.com/MicroCODEIncorporated/Scrutiny.NET/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576769,"owners_count":19662114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-02-19T01:19:02.195Z","updated_at":"2025-11-10T03:30:20.469Z","avatar_url":"https://github.com/MicroCODEIncorporated.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrutiny.NET\nA Full-Stack MERN (Mongo-Express-React-Node) Application in Docker Containers for error proofing product assembly.\n\n* coming soon...\n  \n```\nCOMPOSE_PROJECT_NAME=${APP_NAME}\n```\n\n\n* The APP_NAME env var is also used in the docker-compose.yml file to generate consistent ‘container_name: \u003cappname\u003e-\u003ccontainername\u003e' to explicitly name the sub-containers with a prefix matching the 'appname-' this allows the docker desktop to stack the containers automatically…\n\n```\n#\nservices:\n  #\n  #  F R O N T E N D\n  #  ---------------\n  frontend:\n    # frontend, client, app ui\n    container_name: ${APP_NAME}-frontend\n    # use the shared .env file for all 3 Tiers\n    env_file:\n      - .\\.env  # shared environment vars for all 3-Tiers\n      - .\\.env.${NODE_ENV:-development}  # \"development\" to override the \"production\" vars in the 'Dockerfile'\n    build:\n      context: frontend  # build from \\frontend\n      args:\n        APP_NAME: ${APP_NAME}\n        NODE_ENV: ${NODE_ENV:-development}\n    ports:\n      - '${APP_FRONTEND_PORT:-3000}:${APP_FRONTEND_PORT:-3000}'\n    restart: always\n    networks:\n      - react-express  # frontend to backend connection\n    depends_on:\n      - backend\n  #\n  #  B A C K E N D\n  #  -------------\n  backend:\n    # backend, server, app internals\n    container_name: ${APP_NAME}-backend\n    # use the shared .env file for all 3 Tiers\n```\n\u003cimg src=\".\\.docker\\docker-container-names.png\"\u003e\n\n\n* To start Frontend/Client, Backend/Server and Database Nodes/Containers:\n```\ndocker compose up\n```\n\n* To start and force a rebuild from current source code:\n```\ndocker compose up --build\n```\n\n* To watch the console of any of the Containers (Client-Server-Database):\n```\ndocker logs -f \u003ccontainer-id\u003e\n```\n* ...or use the integrated Terminal in VS Code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrocodeincorporated%2Fscrutiny.net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrocodeincorporated%2Fscrutiny.net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrocodeincorporated%2Fscrutiny.net/lists"}