{"id":15499381,"url":"https://github.com/kestarumper/qrquest-backend","last_synced_at":"2026-04-14T05:34:27.071Z","repository":{"id":106612063,"uuid":"185167590","full_name":"kestarumper/QRquest-backend","owner":"kestarumper","description":"REST API, collecting points for finding QR codes around university campus","archived":false,"fork":false,"pushed_at":"2019-05-06T09:54:46.000Z","size":805,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T15:17:54.714Z","etag":null,"topics":["docker","docker-compose","express","mon","mongo-express","mongodb","mongoose","nodejs","passport","postman","rest-api","typescript"],"latest_commit_sha":null,"homepage":"","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/kestarumper.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":"2019-05-06T09:39:42.000Z","updated_at":"2019-05-06T10:26:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7aaf255-e9c4-4aa7-a7dd-97dd68304c7e","html_url":"https://github.com/kestarumper/QRquest-backend","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"ff00f9ad6269824b80bc7d9b328336200f0934d3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kestarumper/QRquest-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kestarumper%2FQRquest-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kestarumper%2FQRquest-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kestarumper%2FQRquest-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kestarumper%2FQRquest-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kestarumper","download_url":"https://codeload.github.com/kestarumper/QRquest-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kestarumper%2FQRquest-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","express","mon","mongo-express","mongodb","mongoose","nodejs","passport","postman","rest-api","typescript"],"created_at":"2024-10-02T08:52:16.588Z","updated_at":"2026-04-14T05:34:27.057Z","avatar_url":"https://github.com/kestarumper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QRquest\n\nDAS competitive application about collecting achievements in form of QR codes.\n\n# REST api\n## [Postman API Docs](https://documenter.getpostman.com/view/3023974/RWgnWzYt)\n\n## Prerequisites\n* [Docker CE](https://docs.docker.com/install/linux/docker-ce/ubuntu/)\n* [Docker-Compose](https://docs.docker.com/compose/install/#install-compose)  \n(or `sudo apt-get install docker-compose` under Ubuntu)\n\n# Backend Development\nYou can run once and nodeamon will restart node process on docker virtual machine on the fly upon detecting changes in `./backend/dist` path.   \n## Docker Image rebuild\n**Whenever** you make major **changes** to files other than src (eg. **package.json**) - you have to (!!!) rebuild docker image using command:\n```\ndocker-compose build\n```\nThis will install `node_modules` from scratch to docker image. \n\n## Running\nExecute these commands in `./backend` directory.\n### Initialise\n```\nnpm install\n```\n### Start watching for changes\nTypescript transpiler will automaticaly detect changes in *.ts* files in `./backend/src` directory and this will trigger nodemon (if docker service is running) since `./backend/dist` will be overwritten.\n```\nnpm run watch\n```\n### Start services (docker containers)\n**Backend** service is available at *localhost:3000*.  \nThis also starts **Redis** as standalone service which is only visible to other srvices in the same network `qrnet`. (see `docker-compose.yml`)\n```\ndocker-compose up\n```\n### Stop services\n```\ndocker-compose down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkestarumper%2Fqrquest-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkestarumper%2Fqrquest-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkestarumper%2Fqrquest-backend/lists"}