{"id":17160660,"url":"https://github.com/atereshkov/diber-backend","last_synced_at":"2026-03-06T06:03:54.395Z","repository":{"id":174385026,"uuid":"77746355","full_name":"atereshkov/Diber-backend","owner":"atereshkov","description":"Delivery Service - Spring Boot / Spring Data Jpa / Hibernate / PostgreSQL / OAuth2 Application","archived":false,"fork":false,"pushed_at":"2018-06-19T15:24:15.000Z","size":301,"stargazers_count":25,"open_issues_count":9,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T20:47:22.963Z","etag":null,"topics":["hibernate","oauth","oauth2-server","postgresql","spring","spring-boot","spring-data-jpa","spring-security","spring-security-oauth2"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atereshkov.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-12-31T15:47:32.000Z","updated_at":"2024-03-19T18:26:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e3a1c8f-42f0-421e-94b3-7a7cb4d92a2c","html_url":"https://github.com/atereshkov/Diber-backend","commit_stats":null,"previous_names":["atereshkov/diber-backend"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/atereshkov/Diber-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atereshkov%2FDiber-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atereshkov%2FDiber-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atereshkov%2FDiber-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atereshkov%2FDiber-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atereshkov","download_url":"https://codeload.github.com/atereshkov/Diber-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atereshkov%2FDiber-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["hibernate","oauth","oauth2-server","postgresql","spring","spring-boot","spring-data-jpa","spring-security","spring-security-oauth2"],"created_at":"2024-10-14T22:25:33.822Z","updated_at":"2026-03-06T06:03:54.301Z","avatar_url":"https://github.com/atereshkov.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Diber (backend)\n## Spring Boot / Spring Data Jpa / Hibernate / PostgreSQL / OAuth2 Application\n\n![](https://img.shields.io/travis/atereshkov/Diber-backend/master.svg) ![](https://img.shields.io/versioneye/d/atereshkov/Diber-backend.svg)\n\nDiber is the delivery service of goods like Uber. Anyone can register as a customer or courier. \nCustomers can make requests for the delivery of goods, and couriers can accept and fulfill these requests.\n\nThe system provide many features, here are the most important ones:\n\nCustomer:\n\n* Submit an order (order management)\n* Viewing a single order and its status\n* Appointment of the courier to your order (choose from the list of suggestions)\n* Look at profiles couriers (search, filter, etc.)\n* Review and evaluation of the courier after the order\n* Track order status and location (after the adoption of the courier)\n* Chat with the courier\n\nCourier:\n\n* Search orders, view order list\n* Submitting an application for an a specific order\n* View a list of orders (all of courier orders)\n* View, execution, change the status of the received order\n* View your profile and reviews, rating\n* Confirm profile by sending the documents (as confirmed in the VK or Twitter)\n* View orders statistic\n* Chat with the customer\n\n\n## Frameworks\n\nThis app use following Spring projects, libraries and frameworks:\n\n* [Spring Boot](http://projects.spring.io/spring-boot/)\n* [Spring Security](http://projects.spring.io/spring-security/)\n* [Spring Security OAuth](http://projects.spring.io/spring-security-oauth/)\n* [Spring Data JPA](http://projects.spring.io/spring-data-jpa/)\n* [Hibernate](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/orm.html#orm-hibernate)\n\n## How to build and run\n\nJust run with maven\n\n```\nmvn clean package spring-boot:run\n```\n\n## Spring Security and OAuth2\n\nYou can find more information about Spring Security and OAuth2 integration by [following this link](https://github.com/handioq/spring-boot-security-oauth2/).\n\n## REST API (coming soon)\n\nOur REST API uses [Spring Data Specifications](http://www.baeldung.com/rest-api-search-language-spring-data-specifications) that provide flexible query language and allows you to filter down to exactly the resources you need.\n\n\u003cb\u003eAuth\u003c/b\u003e\n\n* [About OAuth 2.0 token based requests in this project you can read there](https://github.com/handioq/spring-boot-security-oauth2#how-to-use)\n* POST /api/v1/auth/register - Register user\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatereshkov%2Fdiber-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatereshkov%2Fdiber-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatereshkov%2Fdiber-backend/lists"}