{"id":41056619,"url":"https://github.com/theportus/relic-query-client","last_synced_at":"2026-01-22T11:38:16.376Z","repository":{"id":233408599,"uuid":"615466602","full_name":"thePortus/relic-query-client","owner":"thePortus","description":"App for approved users to share and view 3D models on the web (Portfolio Demonstration) - Client","archived":false,"fork":false,"pushed_at":"2023-11-20T13:24:58.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T21:00:28.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/thePortus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-17T19:04:02.000Z","updated_at":"2023-03-17T19:04:44.000Z","dependencies_parsed_at":"2024-04-16T04:20:21.527Z","dependency_job_id":"3cd56316-f188-4fb0-a708-839c5197eab0","html_url":"https://github.com/thePortus/relic-query-client","commit_stats":null,"previous_names":["theportus/relic-query-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thePortus/relic-query-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thePortus%2Frelic-query-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thePortus%2Frelic-query-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thePortus%2Frelic-query-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thePortus%2Frelic-query-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thePortus","download_url":"https://codeload.github.com/thePortus/relic-query-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thePortus%2Frelic-query-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28662212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":"2026-01-22T11:38:16.313Z","updated_at":"2026-01-22T11:38:16.368Z","avatar_url":"https://github.com/thePortus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# relic-query-client\n\n*App for approved users to share and view 3D models on the web (Portfolio Demonstration) - Client*\n\nBy [David J. Thomas](mailto:dave.a.base@gmail.com), [thePort.us](https://thePort.us)\n\n---\n\nFull Stack (MySQL ExpressJS Angular NodeJS) app for browsing the proceedings of conferences in Medieval Studies.\n\n---\n\n## Installation\n\nCurrent installation is on a Docker setup.\n\n\nInstall docker, and docker-compose locally. Then clone this repo and move inside the directory.\n\n``` sh\ngit clone https://github.com/thePortus/relic-query-client.git\ncd relic-query-client\n```\n\nThenm, modify the following files with your desired accounts/passwords/ports\n\n``` sh\n# you must change the server_name and redirect to have the url to which you are deploying\nsudo nano nginx/conf/default.conf\n# client angular settings file MUST contain the IP of the backend\nsudo nano client/app/app.settings.ts\n# the docker config file MUST contain your domain main in the certbot command line\nsudo nano docker-compose.yml\n```\n\nRun `docker compose up -d`.\n\nNow, bring the containers down with `docker compose down`. Then edit the `/nginx/conf/default.conf` file and uncomment out the lower server block to enable HTTPS traffic. Make sure to replace the server_name with your relevant URLs. Then, bring the containers back up with `docker compose up -d`.\n\nFinally, set the certbot to autorenew.\n\n``` sh\ndocker compose run --rm certbot renew\n```\n\nNow uncomment out the second server block code in `/nginx/conf/default.conf`. Make SURE to put your URL in each relevant spot or the server will not boot correctly.\n\nFinally, restart the server!\n\n``` sh\ndocker compose restart\n```\n\nIf you have problems and the docker container keeps restarting, the certbot might not have run correctly. To fix this, first, bring down the container with `docker compose down`. Then, re-comment out the SSH lines in your `nginx/nginx.conf` file. Now, bring the image back up with `docker compose up -d`. Then run the command `docker compose run --rm certbot certonly --webroot --webroot-path /var/www/html/ --email sample@your_domain --agree-tos --no-eff-email -d your_domain -d www.your_domain`. Once it is complete, un-comment out the `nginx/nginx.conf` file and `docker compose up -d` to get it started.\n\n---\n\n## Customization\n\n#### How to Change Site Title/Byline\n\nEdit the `client/app.settings.ts` file to change any desired display or site information.\n\n#### How to Change the Fonts\n\nGo to [fonts.google.com](https://fonts.google.com) and select two fonts, one for headers and one for body text. Once you have selected two styles, look under the \"Use on the Web\" pane in the bottom right. Click the `@import` option and copy the code BETWEEN the two `\u003cstyle\u003e` tags (but don't copy the style tags themselves). Then, go to `client/styles.scss` and REPLACE line 9 with the new statement (just below where it says 'import google fonts').\n\nThen, on lines 19, 20, and 21 of `client/styles.scss`, replate the names of the header/body fonts with your new fonts. That almost does it, but there is one last file to change. Edit `client/app.settings.ts` and change the `bodyFont` and `titleFont` properties to match your new fonts.\n\n#### How to Change the Landing Page\n\nUnfortunately, the landing page does take a little knowledge of Angular to edit. But, you might be able to figure your way around the templates. The files are all located in the `client/components/home` folder and its subdirectories.\n\n#### How to Change the Fonts\n\nGo to [fonts.google.com](https://fonts.google.com) and select two fonts, one for headers and one for body text. Once you have selected two styles, look under the \"Use on the Web\" pane in the bottom right. Click the `@import` option and copy the code BETWEEN the two `\u003cstyle\u003e` tags (but don't copy the style tags themselves). Then, go to `client/styles.scss` and REPLACE line 9 with the new statement (just below where it says 'import google fonts').\n\nThen, on lines 19, 20, and 21 of `client/styles.scss`, replate the names of the header/body fonts with your new fonts. That almost does it, but there is one last file to change. Edit `client/app.settings.ts` and change the `bodyFont` and `titleFont` properties to match your new fonts.\n\n#### How to Change the Landing Page\n\nUnfortunately, the landing page does take a little knowledge of Angular to edit. But, you might be able to figure your way around the templates. The files are all located in the `client/components/home` folder and its subdirectories.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheportus%2Frelic-query-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheportus%2Frelic-query-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheportus%2Frelic-query-client/lists"}