{"id":15849538,"url":"https://github.com/dolanmiu/qmtis-website","last_synced_at":"2025-03-15T21:30:59.551Z","repository":{"id":11147602,"uuid":"68528506","full_name":"dolanmiu/qmtis-website","owner":"dolanmiu","description":"The official QMTIS Website - https://dolanmiu.github.io/qmtis-website/","archived":false,"fork":false,"pushed_at":"2023-01-07T12:37:01.000Z","size":69842,"stargazers_count":2,"open_issues_count":28,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T04:11:27.183Z","etag":null,"topics":["angular","bootstrap","heroku","karma","node","nodejs","travis-ci"],"latest_commit_sha":null,"homepage":"http://qmtis.com/","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/dolanmiu.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}},"created_at":"2016-09-18T15:03:20.000Z","updated_at":"2025-01-14T14:14:08.000Z","dependencies_parsed_at":"2023-01-13T16:24:58.039Z","dependency_job_id":null,"html_url":"https://github.com/dolanmiu/qmtis-website","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolanmiu%2Fqmtis-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolanmiu%2Fqmtis-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolanmiu%2Fqmtis-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolanmiu%2Fqmtis-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dolanmiu","download_url":"https://codeload.github.com/dolanmiu/qmtis-website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243792326,"owners_count":20348619,"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":["angular","bootstrap","heroku","karma","node","nodejs","travis-ci"],"created_at":"2024-10-05T18:42:15.855Z","updated_at":"2025-03-15T21:30:54.533Z","avatar_url":"https://github.com/dolanmiu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/kWzCv5f.png\" height=\"120\"\u003e\n\u003c/p\u003e\n\n[![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]\n\n---\n\n# Queen Mary Trading \u0026 Investment Society Website\n\n\u003e The official QMTIS Website, made in Angular.\nIt is automatically deployed to Heroku [here](https://qmtis.herokuapp.com/) and [qmtis.com](http://qmtis.com/).\n\n\u003e This project has unit tests and uses Travis-CI for automated testing. Check it out [here](https://travis-ci.org/dolanmiu/qmtis-website).\nOnce all the unit tests have passed, it will deploy to the [Heroku](https://qmtis.herokuapp.com/) app.\n\n## Technologies\n\u003cp\u003e\n    \u003cimg src=\"https://angular.io/assets/images/logos/angular/angular.png\" height=\"120\"\u003e\n    \u003cimg src=\"https://avatars1.githubusercontent.com/u/3284117\" height=\"120\"\u003e\n    \u003cimg src=\"https://worldvectorlogo.com/logos/heroku.svg\" height=\"120\"\u003e\n    \u003cimg src=\"https://worldvectorlogo.com/logos/travis-ci-icon.svg\" height=\"120\"\u003e\n    \u003cimg src=\"https://i.imgur.com/Ta4p3XR.png\" height=\"120\"\u003e\n\u003c/p\u003e\n\n## Usage\nSimple clone the repo, and in the command line, type:\n\n1. `npm install`\n2. `npm start`\n3. Navigate to `http://localhost:4200/`\n\nThe app will automatically reload if you change any of the source files.\n\n## Add Committee Members\n1. Navigate to `/src/assets/committee/details.json`\n2. Follow the format:\n```\n\"pattawia\": {\n    \"name\": \"Pattawia Supradit\",\n    \"slug\": \"pattawia\",\n    \"position\": \"Vice President\",\n    \"linkedIn\": \" https://www.linkedin.com/in/pattawias\",\n    \"facebook\": \"https://www.facebook.com/pattawias\",\n    \"email\": \"pattawias@yahoo.com\",\n    \"photoUrl\": \"pattawia.jpg\",\n    \"description\": \"Pattawia is a 3rd year student...\"\n}\n```\n3. Add a picture inside `/src/assets/committee`, in this example, it would be `/src/assets/committee/pattawia.jpg`\n4. Save, commit and push to `origin/master`. Everything should deploy automatically if your tests pass, and you should see your change within minutes.\n\n## Add Reports\nPlease refer to the [Wiki](https://github.com/dolanmiu/qmtis-website/wiki/How-to-create-a-Report) for more details\n\n## Misc help for developers and contributors\nPlease refer to the [Wiki](https://github.com/dolanmiu/qmtis-website/wiki/Developers-and-contributors) for more details\n\n---\n\nMade with ♥ by Dolan Miu\n\n[travis-image]: https://travis-ci.org/dolanmiu/qmtis-website.svg?branch=master\n[travis-url]: https://travis-ci.org/dolanmiu/qmtis-website\n[daviddm-image]: https://david-dm.org/dolanmiu/qmtis-website.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/dolanmiu/qmtis-website\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolanmiu%2Fqmtis-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdolanmiu%2Fqmtis-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolanmiu%2Fqmtis-website/lists"}