{"id":19481806,"url":"https://github.com/jasonshin/help-yo","last_synced_at":"2026-03-04T22:31:09.389Z","repository":{"id":11616854,"uuid":"65650898","full_name":"JasonShin/HELP-yo","owner":"JasonShin","description":"UTS-HELPS booking system in React.js / Node.js / .NET / Firebase / SCSS","archived":false,"fork":false,"pushed_at":"2025-09-17T10:27:00.000Z","size":5036,"stargazers_count":1,"open_issues_count":80,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-17T12:32:52.171Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://utsapi.me","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/JasonShin.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-08-14T05:08:11.000Z","updated_at":"2016-12-30T09:18:28.000Z","dependencies_parsed_at":"2023-01-13T16:35:19.892Z","dependency_job_id":"26b0300e-29cd-420c-8786-182dadad89d4","html_url":"https://github.com/JasonShin/HELP-yo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JasonShin/HELP-yo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonShin%2FHELP-yo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonShin%2FHELP-yo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonShin%2FHELP-yo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonShin%2FHELP-yo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasonShin","download_url":"https://codeload.github.com/JasonShin/HELP-yo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonShin%2FHELP-yo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27325719,"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","status":"online","status_checked_at":"2025-11-28T02:00:06.623Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-10T20:06:38.572Z","updated_at":"2025-11-28T22:05:10.923Z","avatar_url":"https://github.com/JasonShin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\n``` sh\n$npm install\n```\n\n\n### Run\n\n\n```sh\n$ npm run dev\n$ webpack --watch\n```\n\n\nMake sure you are in HELP project folder\n\n\n\n## Dependent config files\nThere are few dependent config files requires in order to run the system.\n\n\n```javascript\n//config/config.js   =\u003e Required for HELP API and Firebase API\n\nmodule.exports = {\n\tbaseURL: %API_URL%,\n\tappKey: %APP_KEY%,\n\tfirebaseURL: %FIREBASE_URL%,\n\ttitleEnding: ' - UTS HELPS',\n\twebpackEnv: %CURRENT_DEV_ENVIRONEMENT (development || production)%\n};\n\n```\n\n\n```javascript\n\n//config/firebase.config.js   =\u003e required for firebase authentication\nmodule.exports = {\n    apiKey: %API_KEY%,\n    authDomain: %AUTH_DOMAIN%,\n    databaseURL: %DATEBASE_URL%,\n    storageBucket: %STORAGE_BUCKET%,\n};\n\n```\n\n\n```javascript\n//.firebaserc    =\u003e  firebase hosting config\n\n{\n  \"projects\": {\n    \"default\": %PROJECT_NAME_FIREBASE_CONSOLE%\n  }\n}\n```\n\n\n### Tech\n\nHelp current uses several technologies\n\n* [ReactJS] - Reconciliate your app to make it blazing fast at rendering\n* [MobX] - Mob X helps you to build React App much more efficiently and easily\n* [SCSS] - SCSS enables you to build CSS in structural way by eliminating repeated styling code\n* [ITCSS] - CSS design pattern to enable you to componentize your CSS development\n* [node.js] - evented I/O for the backend\n* [Express] - fast node.js network app framework [@tjholowaychuk]\n* [Webpack] - the streaming build system\n* [jQuery] - duh\n\nAnd of course Dillinger itself is open source with a [public repository][dill]\n on GitHub.\n\n**Free Software, Hell Yeah! http://dillinger.io/**\n\n[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)\n\n\n   [dill]: \u003chttps://github.com/joemccann/dillinger\u003e\n   [git-repo-url]: \u003chttps://github.com/joemccann/dillinger.git\u003e\n   [john gruber]: \u003chttp://daringfireball.net\u003e\n   [@thomasfuchs]: \u003chttp://twitter.com/thomasfuchs\u003e\n   [df1]: \u003chttp://daringfireball.net/projects/markdown/\u003e\n   [markdown-it]: \u003chttps://github.com/markdown-it/markdown-it\u003e\n   [Ace Editor]: \u003chttp://ace.ajax.org\u003e\n   [node.js]: \u003chttp://nodejs.org\u003e\n   [Twitter Bootstrap]: \u003chttp://twitter.github.com/bootstrap/\u003e\n   [keymaster.js]: \u003chttps://github.com/madrobby/keymaster\u003e\n   [jQuery]: \u003chttp://jquery.com\u003e\n   [@tjholowaychuk]: \u003chttp://twitter.com/tjholowaychuk\u003e\n   [express]: \u003chttp://expressjs.com\u003e\n   [AngularJS]: \u003chttp://angularjs.org\u003e\n   [Gulp]: \u003chttp://gulpjs.com\u003e\n\n   [PlDb]: \u003chttps://github.com/joemccann/dillinger/tree/master/plugins/dropbox/README.md\u003e\n   [PlGh]:  \u003chttps://github.com/joemccann/dillinger/tree/master/plugins/github/README.md\u003e\n   [PlGd]: \u003chttps://github.com/joemccann/dillinger/tree/master/plugins/googledrive/README.md\u003e\n   [PlOd]: \u003chttps://github.com/joemccann/dillinger/tree/master/plugins/onedrive/README.md\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonshin%2Fhelp-yo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonshin%2Fhelp-yo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonshin%2Fhelp-yo/lists"}