{"id":21623591,"url":"https://github.com/enkarin/bookcrossingserver","last_synced_at":"2025-07-30T01:34:37.454Z","repository":{"id":37455923,"uuid":"438929777","full_name":"EnKarin/BookCrossingServer","owner":"EnKarin","description":"Server implementation for a book exchange application","archived":false,"fork":false,"pushed_at":"2025-07-27T16:39:07.000Z","size":5275,"stargazers_count":7,"open_issues_count":8,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T17:40:56.239Z","etag":null,"topics":["greenmail","hacktoberfest","java","lombok","maven","spring","spring-data-jpa","spring-security-jwt","testcontainers"],"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/EnKarin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-16T09:21:11.000Z","updated_at":"2025-07-27T16:38:11.000Z","dependencies_parsed_at":"2023-02-14T08:02:30.020Z","dependency_job_id":"67dedc68-e43b-415c-8d31-2f63d3922dfa","html_url":"https://github.com/EnKarin/BookCrossingServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EnKarin/BookCrossingServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnKarin%2FBookCrossingServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnKarin%2FBookCrossingServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnKarin%2FBookCrossingServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnKarin%2FBookCrossingServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnKarin","download_url":"https://codeload.github.com/EnKarin/BookCrossingServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnKarin%2FBookCrossingServer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267792755,"owners_count":24144931,"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-29T02:00:12.549Z","response_time":2574,"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":["greenmail","hacktoberfest","java","lombok","maven","spring","spring-data-jpa","spring-security-jwt","testcontainers"],"created_at":"2024-11-25T00:13:25.746Z","updated_at":"2025-07-30T01:34:37.400Z","avatar_url":"https://github.com/EnKarin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BookCrossing Server\n**BookCrossing** is the implementation of a simple service for the exchange of paper books.\n\n[![Java CI](https://github.com/EnKarin/BookCrossingServer/actions/workflows/build.yml/badge.svg)](https://github.com/EnKarin/BookCrossingServer/actions/workflows/build.yml)\n[![GitHub](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/EnKarin/BookCrossingServer/blob/master/LICENSE \"MIT\")\n[![codecov](https://codecov.io/gh/EnKarin/BookCrossingServer/branch/master/graph/badge.svg)](https://codecov.io/gh/EnKarin/BookCrossingServer)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=io.github.enkarin%3Abookcrossing\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=io.github.enkarin%3Abookcrossing)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=io.github.enkarin%3Abookcrossing\u0026metric=ncloc)](https://sonarcloud.io/summary/new_code?id=io.github.enkarin%3Abookcrossing)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=io.github.enkarin%3Abookcrossing\u0026metric=code_smells)](https://sonarcloud.io/summary/new_code?id=io.github.enkarin%3Abookcrossing)\n[![Mutation testing badge](https://img.shields.io/endpoint?style=plastic\u0026url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FEnKarin%2FBookCrossingServer%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/EnKarin/BookCrossingServer/master)\n\n### Requirements\n1. Java 17 and above\n2. Maven\n3. PostgreSQL\n\n### The service provides the following functions:\n- User registration/authorization\n- List of users\n- Updating profile data\n- Adding/removing a book description\n- List of books\n- Basic messenger\n- Bookmarks\n- Administrative functions for blocking/unblocking users\n\n### Building\n```shell\ngit clone https://github.com/EnKarin/BookCrossingServer.git\ncd BookCrossingServer\n./mvnw clean package\n```\n\n#### Build Docker image\n##### With arm64 support\n```shell\n./mvnw clean package docker:build -DskipTests\n```\n\n##### Without arm64 support\n```shell\n./mvnw spring-boot:build-image -DskipTests\n```\n\n### Running locally\n#### Run PostgreSQL database only\n```shell\ndocker-compose --project-name=\"pg-bookscrossing\" up -d\n```\n\n##### Stop\n```shell\ndocker-compose --project-name=\"pg-bookscrossing\" down\n```\n\n#### Run application in Docker\n```shell\ndocker-compose --file docker-compose-full.yml --project-name=\"bookscrossing-full\" up -d\n```\n\n##### Stop\n```shell\ndocker-compose --project-name=\"bookscrossing-full\" down\n```\n\n### Documentation\n[Swagger UI interactive documentation for localhost](https://localhost:8443/swagger-ui.html)\n\n## Issue Tracking\nFound a bug? Have an idea for an improvement? Feel free to [file an issue](../../issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenkarin%2Fbookcrossingserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenkarin%2Fbookcrossingserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenkarin%2Fbookcrossingserver/lists"}