{"id":22912270,"url":"https://github.com/geozi/review-app","last_synced_at":"2026-05-05T21:36:11.898Z","repository":{"id":238884934,"uuid":"797830426","full_name":"geozi/review-app","owner":"geozi","description":"Backend implementation of a generic review app with Spring, Spring Boot, and Spring Security.","archived":false,"fork":false,"pushed_at":"2025-01-28T09:20:54.000Z","size":491,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T06:23:37.264Z","etag":null,"topics":["gradle","restful-api","spring-boot","spring-data-mongodb","spring-security","swagger-ui"],"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/geozi.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":"2024-05-08T15:47:00.000Z","updated_at":"2025-01-28T09:20:58.000Z","dependencies_parsed_at":"2024-05-21T11:53:39.572Z","dependency_job_id":"46e2327a-aea9-4c3c-be85-79227d5ce9f4","html_url":"https://github.com/geozi/review-app","commit_stats":null,"previous_names":["geozi/review-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Freview-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Freview-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Freview-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geozi%2Freview-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geozi","download_url":"https://codeload.github.com/geozi/review-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628225,"owners_count":20808106,"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","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":["gradle","restful-api","spring-boot","spring-data-mongodb","spring-security","swagger-ui"],"created_at":"2024-12-14T04:27:36.091Z","updated_at":"2026-05-05T21:36:06.864Z","avatar_url":"https://github.com/geozi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# review-app\n![Demo App](https://img.shields.io/badge/demo_app-blue)\n\n### About the project\nThis repository contains the backend implementation of my final project for the [Coding Factory](https://codingfactory.aueb.gr/) training program. The project is a fullstack, generic review app. A user can register, log in, and post a review about a product or a service, which is, then, persisted on a MongoDB Atlas collection. The frontend implementation can be found [here](https://github.com/geozi/reviewapp-frontend).\n\n### Business logic\n\nThere are 2 fundamental business flows supported: user registration and CRUD operations for reviews.\n\n![review_app_backend](https://github.com/geozi/review-app/assets/153010644/2eaa6379-ea98-4065-935c-bb3ce60dfd2c)\n\n### Prerequisites\n\n* Java 17 or higher,\n* A Java IDE (Intellij or Eclipse),\n* MongoDB (locally installed or on MongoDB Atlas)\n\n### Dependencies\n\nUsing the Spring Initializr (https://start.spring.io/), the following dependencies should be installed:\n\n```gradle\n\timplementation 'org.springframework.boot:spring-boot-starter-data-mongodb'\n\timplementation 'org.springframework.boot:spring-boot-starter-security'\n\timplementation 'org.springframework.boot:spring-boot-starter-validation'\n\timplementation 'org.springframework.boot:spring-boot-starter-web'\n\tcompileOnly 'org.projectlombok:lombok'\n\tannotationProcessor 'org.projectlombok:lombok'\n\ttestRuntimeOnly 'org.junit.platform:junit-platform-launcher'\n\ttestImplementation 'org.springframework.boot:spring-boot-starter-test'\n\ttestImplementation 'org.springframework.security:spring-security-test'\n\timplementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0'\n\timplementation 'io.jsonwebtoken:jjwt-api:0.12.5'\n\truntimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.5'\n\truntimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.5'\n```\n### Base URL\n\nThe default value of the base URL for API endpoints is:\n\n```\nhttp://localhost:8080\n```\n\n### API documentation\n\nSwagger is the framework of choice for documenting API endpoints. The default url for accessing the Swagger UI is:\n\n```\nhttp://localhost:8080/swagger-ui/index.html\n```\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://skillicons.dev\"\u003e\n    \u003cimg src=\"https://skillicons.dev/icons?i=java,gradle,spring,mongo\u0026theme=light\"/\u003e\n\t \n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeozi%2Freview-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeozi%2Freview-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeozi%2Freview-app/lists"}