{"id":19887077,"url":"https://github.com/m-nathani/bgt-attendance","last_synced_at":"2026-05-07T00:38:04.793Z","repository":{"id":82313629,"uuid":"134538512","full_name":"m-nathani/bgt-attendance","owner":"m-nathani","description":"Burhani Guards Trust Div 2 attendance system","archived":false,"fork":false,"pushed_at":"2018-05-29T08:11:43.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T04:26:24.912Z","etag":null,"topics":["koa","node","sequlize"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/m-nathani.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":"2018-05-23T08:32:13.000Z","updated_at":"2018-06-04T15:31:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"5589cbd9-1885-413a-86c0-0c99474ee07b","html_url":"https://github.com/m-nathani/bgt-attendance","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-nathani/bgt-attendance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-nathani%2Fbgt-attendance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-nathani%2Fbgt-attendance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-nathani%2Fbgt-attendance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-nathani%2Fbgt-attendance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-nathani","download_url":"https://codeload.github.com/m-nathani/bgt-attendance/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-nathani%2Fbgt-attendance/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269579630,"owners_count":24441369,"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-08-09T02:00:10.424Z","response_time":111,"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":["koa","node","sequlize"],"created_at":"2024-11-12T17:40:33.752Z","updated_at":"2026-05-07T00:38:04.766Z","avatar_url":"https://github.com/m-nathani.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## `BGT  DIV 2 Attendance System`\n\u003e Burhani Guards Trust Division 2 attendance system.\n\n### Setup\n```bash\n  # clone the repository\n  λ git clone https://github.com/m-nathani/bgt-attendance.git\n  # change the current directory\n  λ cd bgt-attendance\n  # install all dependencies\n  λ npm install\n  # run the project\n  λ npm start\n```\n\n### Structure\n```bash\n├── README.md           # you're here\n├── bin                 # folder that bootstraps the application\n├── src                 # contains source files\n│   ├── conf            # wraps configurations files\n│   ├── controller      # contains all controllers in the application\n│   ├── middleware      # folder with all middlewares\n│   ├── route           # wraps all the routes and exports a single composed middleware\n│   └── service         # contains all the service logic\n└── test                # unit tests\n```\n\n**Suggestion:** Every folder name is _singular_ like `route`, `middleware` instead of `routes`, `middlewares`. If you want to add more folders as per your need, make sure they should be singular too (for e.g. `util`, `helper` etc) only for the sake of consistency.\n\n### Included\n\n- [Koa](https://github.com/koajs/koa) Well, duh.\n- [Koa Router](https://github.com/alexmingoia/koa-router) For routing and all.\n- [Debug](https://github.com/visionmedia/debug) Debug messages in the development environment.\n- [Bunyan](https://github.com/trentm/node-bunyan) Extensive logging module.\n- [Ava](https://github.com/avajs/ava) For unit tests.\n- [Boom](https://github.com/hapijs/boom) HTTP Errors.\n- [Convict](https://github.com/mozilla/node-convict) Configuration management.\n- [Babel](https://github.com/babel/babel) Support ES6/ES7 features.\n- [ESLint](https://github.com/eslint/eslint/) Linting purposes (comes with extended Airbnb's base eslint configurations).\n- [Nodemon](https://github.com/remy/nodemon) Restart the server automatically (hot-reloading).\n\nAnd many more small packages.\n\n### Scripts\n\n- `npm start` - simply starts the server\n- `npm test` - execute all unit tests\n- `npm run lint` - lints all the files in `src/` folder\n- `npm run lint:fix` - fixes all the possible linting errors\n- `npm run watch` - starts the server with hot-reloading\n\n**Suggestion:** To turn on debug messages, set `DEBUG` environment variable to `bgt-div:*`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-nathani%2Fbgt-attendance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-nathani%2Fbgt-attendance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-nathani%2Fbgt-attendance/lists"}