{"id":21262977,"url":"https://github.com/michaelbunch/notifications-minisys","last_synced_at":"2025-10-26T07:12:26.522Z","repository":{"id":210312668,"uuid":"529273912","full_name":"michaelbunch/notifications-minisys","owner":"michaelbunch","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-26T16:40:59.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-21T22:43:14.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/michaelbunch.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}},"created_at":"2022-08-26T13:43:38.000Z","updated_at":"2022-08-26T13:44:31.000Z","dependencies_parsed_at":"2023-12-01T23:44:00.503Z","dependency_job_id":null,"html_url":"https://github.com/michaelbunch/notifications-minisys","commit_stats":null,"previous_names":["michaelbunch/notifications-minisys"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fnotifications-minisys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fnotifications-minisys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fnotifications-minisys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fnotifications-minisys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelbunch","download_url":"https://codeload.github.com/michaelbunch/notifications-minisys/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243701303,"owners_count":20333616,"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":"2024-11-21T04:59:53.322Z","updated_at":"2025-10-26T07:12:26.445Z","avatar_url":"https://github.com/michaelbunch.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notifications Mini-system\n\nThis is a sample project for building a notification system with Go and Vuejs. It is intentionally \ntrite for the purpose of not over-engineering from the start with complexity added as needed.\n\n## Running the API\n\nThe API requires MySQL for storing notifications and user data. It relies on environment variables\nto pass database connection settings. You will need to have the following variables configured.\n\n```\nexport DB_User=\u003capi_db_user\u003e\nexport DB_Password=\u003capi_db_password\u003e\nexport DB_Name=notifications-minisys\n```\n\nA sample database schema, with data, can be loaded from `sql/dump.sql`.\n\nThe Go code can be run with:\n\n```\ngo run api.go\n```\n\n## Building the Frontend\n\nAll frontend assets are located in the `frontend` folder. They are built using Parcel and the generated artifacts are placed in `frontend/dist`.\n\n```\nnpm i\nnpm run build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbunch%2Fnotifications-minisys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelbunch%2Fnotifications-minisys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbunch%2Fnotifications-minisys/lists"}