{"id":20155842,"url":"https://github.com/smoothex/parking-place-occupancy","last_synced_at":"2026-06-08T17:31:52.104Z","repository":{"id":205152652,"uuid":"710834780","full_name":"Smoothex/parking-place-occupancy","owner":"Smoothex","description":"A system for visualizing and editing parking spaces in Berlin","archived":false,"fork":false,"pushed_at":"2024-03-07T21:16:11.000Z","size":667,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T01:44:14.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/Smoothex.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":"2023-10-27T14:32:27.000Z","updated_at":"2024-03-13T13:23:20.000Z","dependencies_parsed_at":"2023-11-10T13:33:44.620Z","dependency_job_id":"815a4da7-49d7-4b67-9c7d-defcc0955319","html_url":"https://github.com/Smoothex/parking-place-occupancy","commit_stats":null,"previous_names":["smoothex/parking-place-occupancy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Smoothex/parking-place-occupancy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoothex%2Fparking-place-occupancy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoothex%2Fparking-place-occupancy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoothex%2Fparking-place-occupancy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoothex%2Fparking-place-occupancy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Smoothex","download_url":"https://codeload.github.com/Smoothex/parking-place-occupancy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smoothex%2Fparking-place-occupancy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34073727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":"2024-11-13T23:36:11.295Z","updated_at":"2026-06-08T17:31:52.084Z","avatar_url":"https://github.com/Smoothex.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parking Space Occupancy Visualization System\n\n## Overview\nThe Parking Space Occupancy Visualization System project is a system designed for visualizing and editing the availability of parking lots. It integrates various components, including a PostgreSQL database with PostGIS extension, a PostgreSQL admin panel, and a Java program that connects to the database.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/Smoothex/parking-place-occupancy/assets/79105432/2a2c5d69-48dc-4e78-93fa-b332ee555aed\" /\u003e\n\u003c/p\u003e\n\n## Components\n- **[PostgreSQL](https://www.postgresql.org/) with [PostGIS](https://postgis.net/)**: A spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.\n- **PostgreSQL [Admin Panel](https://www.pgadmin.org/)**: A web-based administration tool for PostgreSQL that facilitates database management.\n- **Java Program**: Connects to the database and handles the logic for updating and retrieving parking place availability.\n\n## Getting Started\nTo run the system, execute the following command:\n```\ndocker-compose up -d\n```\nPlease note that the initial build process may take some time. The PostgreSQL container will start first as the other two services depend on it.\n\n\n# Local Build and execution:\n\n# Frontend\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.8.\n\n# Frontend angular\n\nPre-Requisite:\n\n- node version ~ 21.1.0\n- Npm version ~ 10.2.3\n\n### Install angular locally\n\n- check that npm is installed by running\n\n```bash\nnpm --version \n```\n\n- install Angular cli using  version 16.2.10.\n\n```bash\nsudo npm i @angular/cli@16.2.10\n```\n\n- install the required packages\n\n```bash\nnpm install \n```\n\n- for running the application\n\n```tsx\nng serve\n```\n\nThe frontend should be visible on : http://localhost:4200/\n\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoothex%2Fparking-place-occupancy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmoothex%2Fparking-place-occupancy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoothex%2Fparking-place-occupancy/lists"}