{"id":46686599,"url":"https://github.com/nadjiel/fixer-web","last_synced_at":"2026-03-09T02:08:57.918Z","repository":{"id":324419382,"uuid":"1088187362","full_name":"nadjiel/fixer-web","owner":"nadjiel","description":"A communication platform for citizens and city hall to manage and fix city issues","archived":false,"fork":false,"pushed_at":"2025-11-30T21:43:54.000Z","size":348,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-01T22:59:31.690Z","etag":null,"topics":["communication","forum","issue-tracker","public-utility","reactjs","web"],"latest_commit_sha":null,"homepage":"https://fixer-web-production.up.railway.app/signin","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/nadjiel.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-02T13:43:41.000Z","updated_at":"2025-12-01T16:30:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nadjiel/fixer-web","commit_stats":null,"previous_names":["nadjiel/fixer-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nadjiel/fixer-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadjiel%2Ffixer-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadjiel%2Ffixer-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadjiel%2Ffixer-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadjiel%2Ffixer-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nadjiel","download_url":"https://codeload.github.com/nadjiel/fixer-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadjiel%2Ffixer-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30280359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T01:43:35.720Z","status":"online","status_checked_at":"2026-03-09T02:00:08.011Z","response_time":61,"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":["communication","forum","issue-tracker","public-utility","reactjs","web"],"created_at":"2026-03-09T02:08:57.469Z","updated_at":"2026-03-09T02:08:57.904Z","avatar_url":"https://github.com/nadjiel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fixer\n\nFixer is a website that helps stablishing communication about urban issues between citizens and city hall, aiming to increase the efficiency with which problems are solved, while also helping at prioritization through a user \"Support\" system similar to the one present on sites like Stack Overflow.\n\n## 👀 Accessing\n\nYou can access the live version in this Railway deploy: **[https://fixer.up.railway.app/](https://fixer.up.railway.app/)**.\n\n## ▶️ Executing\n\n### With Docker Compose\n\nThis project provides a `Dockerfile` that can be used to build its image and later execute it. To build using it, the following command can be used:\n\n```sh\ndocker build --build-arg VITE_API_URL=http://localhost:8000 --build-arg VITE_BASE_URL=/ --tag \u003ctag\u003e .\n```\n\nWhen building, the `VITE_API_URL` and `VITE_BASE_URL` variables can be used to define both the URL of the [Fixer API](https://github.com/nadjiel/fixer-api) instance to use and what base route to expect in the deploy of this app.\n\nOnce the image is available locally, run it using:\n\n```sh\ndocker run --detach \\\n  --name \u003ccontainer-name\u003e \\\n  --env-file .env \\\n  --publish \u003chost-port\u003e:80 \\\n  \u003cimage-name\u003e:\u003cimage-version\u003e\n```\n\n### With Plain Node\n\nIf you prefer not to use Docker, Fixer can also be executed directly with Node.js:\n\n```sh\nnpm install\nnpm run start\n```\n\nRemember to configure your `.env` file in advance. Refer to `.env.example` for expected variables.\n\n## 🧑‍💻 Developing\n\nThis application includes both a `Dockerfile` for building a production-ready image and a `docker-compose.yml` for spinning up a full environment that includes the database, API and an instance of this app.\n\nBefore running the development server, make sure to install dependencies and configure environment variables based on the `.env.example` file. To run the dev server, use:\n\n```sh\nnpm run dev\n```\n\n## 🫂 Thank You\n\nThis project was initially developed in a [Hackathon](https://marcoslviana.github.io/Hackathao/) by these awesome people:\n\n* [Daniel O. Sousa](https://github.com/nadjiel)\n* [Ives Furtado](https://github.com/ivesfg1)\n* [Jonathan César](https://github.com/Jonathaannn)\n* [Lyzzandro Dualamo](https://github.com/lyzzandro)\n* [Pedro Júnior](https://github.com/Pedro35803)\n* [Ulisses Pereira](https://github.com/yolisses)\n\nThank you for checking out Fixer!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadjiel%2Ffixer-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnadjiel%2Ffixer-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadjiel%2Ffixer-web/lists"}