{"id":17675518,"url":"https://github.com/rafaelandrade/wmh-backoffice","last_synced_at":"2025-07-25T16:33:36.779Z","repository":{"id":44995426,"uuid":"406992269","full_name":"rafaelandrade/wmh-backoffice","owner":"rafaelandrade","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-16T00:34:30.000Z","size":462,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T21:46:06.208Z","etag":null,"topics":["postgresql","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/rafaelandrade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-16T02:33:43.000Z","updated_at":"2022-03-04T21:38:52.000Z","dependencies_parsed_at":"2022-09-24T21:50:41.966Z","dependency_job_id":null,"html_url":"https://github.com/rafaelandrade/wmh-backoffice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelandrade/wmh-backoffice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelandrade%2Fwmh-backoffice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelandrade%2Fwmh-backoffice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelandrade%2Fwmh-backoffice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelandrade%2Fwmh-backoffice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelandrade","download_url":"https://codeload.github.com/rafaelandrade/wmh-backoffice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelandrade%2Fwmh-backoffice/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267030539,"owners_count":24024229,"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-07-25T02:00:09.625Z","response_time":70,"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":["postgresql","typescript"],"created_at":"2024-10-24T07:22:37.838Z","updated_at":"2025-07-25T16:33:36.707Z","avatar_url":"https://github.com/rafaelandrade.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/rafaelasndrade"],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e \u003cimg src=\"https://w7.pngwing.com/pngs/307/624/png-transparent-computer-icons-house-home-icon-angle-text-logo.png\" width=\"30\"\u003e\n WhereIsMyHome - backoffice \u003c/h1\u003e\n\n ----\n\n \u003ch4 align=\"center\"\u003e Project created with focus on help to find the best place to live without have to do a bunch of clicks. \u003c/h4\u003e\n\n\u003cbr\u003e\n\n\n-----------\n[![codecov](https://codecov.io/gh/rafaelandrade/wmh-backoffice/branch/main/graph/badge.svg?token=FTLUEOROMP)](https://codecov.io/gh/rafaelandrade/wmh-backoffice)\n[![DeepSource](https://deepsource.io/gh/rafaelandrade/wmh-backoffice.svg/?label=active+issues\u0026show_trend=true\u0026token=yis2PC5vrWaO-wtAh9c5pGlI)](https://deepsource.io/gh/rafaelandrade/wmh-backoffice/?ref=repository-badge)\n\n\u003cp\u003e⭐ Star us on GitHub — it motivates us a lot!\u003c/p\u003e\n\n----\n\n\u003ch2\u003e 👉 Quick start \u003c/h2\u003e\n\nThis is a Typescript project focused on handlers with database requests like update, creation, and selection. The proposition for the creation of this microservice is for don't have to make a connection of the database in all microservices and only he is responsible for it. \n\n----\n\n\u003ch2\u003e 🔌 Technologies \u003c/h2\u003e\n\n- Docker\n- [Sentry](https://docs.sentry.io/)\n- [Coralogix](https://coralogix.com/integrations/coralogix-python-integration/)\n- [Prisma](https://www.prisma.io/docs/concepts/overview/what-is-prisma)\n- [Jest](https://jestjs.io/docs/getting-started)\n\n----\n\n\u003ch2\u003e ⚡️ First steps: \u003c/h2\u003e\n\nThe project used `yarn` library. In case of not being installed should follow these [tutorial](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable). \n\n\n```bash\n# Clone this repository\n$ git clone https://github.com/rafaelandrade/wmh-backoffice.git\n\n# Access the project folder in the terminal/cmd\n$ cd wmh-backoffice\n\n# Install the dependencies\n$ yarn install\n\n# Remember to clone the .env.example file to an .env file and fill the file.\n\n# Already is created a docker to initialiaze a postgres database and already have some data\n# only need to run.\n\n# It's recommended to run docker compose up in an new terminal tab.\n\ndocker compose up\n\n# To execute the server just need to run\nyarn dev:server\n```\n\n---\n\n\u003ch2\u003e 🧚 Executing Tests \u003c/h2\u003e\n\nTo execute the test is simple, have the options:\n\n- Run `yarn run test` for test with coverage\n- Run `yarn run test:unit` for run test created or changed\n- Run `yarn run test:ci` going to execute the test equal in GitHub actions\n\n---\n\n\u003ch2\u003e 🍕 Project assistance - Buy me a coffe \u003c/h2\u003e\n\nIf you want to say thank you or/and support active development of WMH.\n\n- Add a GitHub 🌟 to the project.\n- Tweet and comment about project.\n- Give was a coffee, if you like too.\n\n\u003ca href=\"https://www.buymeacoffee.com/rafaelasndrade\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A pizza\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n\n---\n\u003ch2\u003e Contributing \u003c/h2\u003e\n\nWould you like to contribute to this project? [CONTRIBUTING.md](CONTRIBUTING.md) has all the details on how to do that.\n\n---\n\u003ch2\u003e ⚠️ License \u003c/h2\u003e\n\nWMH-Backoffice is licensed under the terms of the GPL Open Source license and is available for free.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelandrade%2Fwmh-backoffice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelandrade%2Fwmh-backoffice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelandrade%2Fwmh-backoffice/lists"}