{"id":22671972,"url":"https://github.com/confusedgustas/urlshortener","last_synced_at":"2026-04-12T17:02:23.070Z","repository":{"id":225870779,"uuid":"767094082","full_name":"confusedGustas/UrlShortener","owner":"confusedGustas","description":"Simple URL Shortener.","archived":false,"fork":false,"pushed_at":"2024-03-04T17:35:56.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T11:28:06.809Z","etag":null,"topics":["backend","frontend","intellij","java","maven","postgresql","spring-boot","yaml"],"latest_commit_sha":null,"homepage":"","language":"Java","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/confusedGustas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-03-04T17:35:21.000Z","updated_at":"2024-11-18T11:18:04.000Z","dependencies_parsed_at":"2024-03-04T19:16:04.604Z","dependency_job_id":"182cc378-f564-461a-b9bd-3eee13b4b526","html_url":"https://github.com/confusedGustas/UrlShortener","commit_stats":null,"previous_names":["confusedgustas/urlshortener"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/confusedGustas/UrlShortener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FUrlShortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FUrlShortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FUrlShortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FUrlShortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/confusedGustas","download_url":"https://codeload.github.com/confusedGustas/UrlShortener/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confusedGustas%2FUrlShortener/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31722563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T13:21:33.774Z","status":"ssl_error","status_checked_at":"2026-04-12T13:21:29.265Z","response_time":58,"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":["backend","frontend","intellij","java","maven","postgresql","spring-boot","yaml"],"created_at":"2024-12-09T16:17:33.884Z","updated_at":"2026-04-12T17:02:23.054Z","avatar_url":"https://github.com/confusedGustas.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# URL Shortener Application\n\nA simple URL Shortener application built with Spring Boot, PostgreSQL, Angular.\n\n## Prerequisites\n\nMake sure you have the following tools installed before setting up the application:\n\n- Java Development Kit (JDK)\n- Apache Maven\n- PostgreSQL\n\n## Setup\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/confusedGustas/UrlShortener.git\n    cd UrlShortener\n    ```\n\n2. **Configure PostgreSQL:**\n\n    - Create a new database.\n    - Leave the default settings as it is, Spring Boot will create the needed tables.\n    - If you want configurate the settings, you can do it so by accessing the `application.yaml` file\n\n    ```datasource:\n    url: jdbc:postgresql://localhost:5432/urlshortener\n    username: postgres\n    password: postgres\n    ```\n\n3. **Build and run the application:**\n\n    ```bash\n    mvn spring-boot:run\n    cd frontend\n    npm install\n    ng serve\n    ```\n\n   The application will start on `http://localhost:8080` and `http://localhost:4200`\n\n## Usage\n\n- Access the application through your browser (http://localhost:4200)\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfusedgustas%2Furlshortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconfusedgustas%2Furlshortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfusedgustas%2Furlshortener/lists"}