{"id":21978754,"url":"https://github.com/roharon/gmoney-store-server","last_synced_at":"2026-04-16T07:36:07.897Z","repository":{"id":77865794,"uuid":"258935117","full_name":"roharon/gmoney-store-server","owner":"roharon","description":"💳 Local-money Store finding service server","archived":false,"fork":false,"pushed_at":"2021-01-10T05:12:41.000Z","size":111,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T00:43:08.741Z","etag":null,"topics":["dataset","docker-compose","korea","local-money","postgres","spring-boot"],"latest_commit_sha":null,"homepage":"https://master-gmoney-store-web-roharon.endpoint.ainize.ai","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/roharon.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}},"created_at":"2020-04-26T04:00:55.000Z","updated_at":"2021-01-10T05:15:00.000Z","dependencies_parsed_at":"2023-05-31T18:16:07.507Z","dependency_job_id":null,"html_url":"https://github.com/roharon/gmoney-store-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roharon/gmoney-store-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roharon%2Fgmoney-store-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roharon%2Fgmoney-store-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roharon%2Fgmoney-store-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roharon%2Fgmoney-store-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roharon","download_url":"https://codeload.github.com/roharon/gmoney-store-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roharon%2Fgmoney-store-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31876753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["dataset","docker-compose","korea","local-money","postgres","spring-boot"],"created_at":"2024-11-29T16:26:28.828Z","updated_at":"2026-04-16T07:36:07.881Z","avatar_url":"https://github.com/roharon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eGmoney Store Server\u003c/h1\u003e\n\n![CI](https://github.com/roharon/gmoney-store-server/workflows/Gradle/badge.svg)  ![Docker compose CI \u0026 CD](https://github.com/roharon/gmoney-store-server/workflows/Docker%20compose%20CI%20\u0026%20CD/badge.svg?branch=master)\n![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\n![Github contributors](https://img.shields.io/github/contributors/roharon/gmoney-store-server.svg) \n\n[![Run on Ainize](https://ainize.ai/images/run_on_ainize_button.svg)](https://ainize.web.app/redirect?git_repo=https://github.com/roharon/gmoney-store-web) - just client (api server not work on this demo)\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\" \u003e\n\u003cimg src=\"https://github.com/roharon/gmoney-store-web/blob/master/public/demo.gif\" alt=\"image\" height=\"480\" /\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n## About The Project\n\nStore finding service that support local-money in Gyeonggi-do, Republic of Korea.\nNeed GPS permissions allow to find store nearby.\n\n\nThis repository is the API server using REST architecture\n\n* All of the Gmoney Store Repository\n\n  - [Gmoney-Store-Server](https://github.com/roharon/gmoney-store-server) (this repo.)\n  - [Gmoney-Store-Web](https://github.com/roharon/gmoney-store-web)\n\n\n### Tech Stack\n\n* Java 8\n* Spring Boot 2\n  * Spring data JPA\n  * Gradle\n* PostgreSQL 12\n* Nginx\n* Docker, Docker-compose\n\n\n\n### API document\n\n[Click to view Docs on Swagger Hub](https://app.swaggerhub.com/apis-docs/roharon/Gmoney-store-server/1.0#)\n\n\n\n## Getting Started - with Docker\n\n### Prerequisites\n\n* Docker\n* Docker-compose 3.4\n\n### Installation \u0026 Run\n\n1. Run docker-compose file\n\n\t```bash\n\t$ sudo docker-compose -f docker-compose-dev.yml up --build\n\t```\n2. Execute alembic to DB migration\n\n   ```bash\n   $ alembic upgrade head\n   ```\n   \n3. Get [local-money store current situation](https://www.data.go.kr/data/15058640/openapi.do) data-set and import to postgres.\n\n\n\n\n## Getting Started - without Docker (NOT RECOMMEND)\n\n### Prerequisites\n\n* OpenJDK\n* PostgreSQL database server\n\n### Installation\n\n* JDK\n\n  ```bash\n  sudo add-apt-repository ppa:openjdk-r/ppa\n  sudo apt install openjdk-11-jdk\n  ```\n\n1. Turn on your postgres server\n\n2. Modify `/src/main/resources/application-develop.yml` configuration file.\n\n    ```yml\n   spring:\n     datasource:\n       username: \u003cYOUR PSQL USERNAME\u003e\n       password: \u003cYOUR PSQL PASSWORD\u003e\n       url: jdbc:postgresql://\u003cYOUR PSQL IP\u003e:\u003cYOUR PSQL PORT\u003e/\u003cYOUR PSQL DB\u003e\n   ```\n\n3. Modify `/alembic.ini` (DB migration tool configuration file based on python)\n\n    ```diff\n    - sqlalchemy.url = postgresql+psycopg2://roharon:password@localhost/gmoney-test\n    + sqlalchemy.url = postgresql+psycopg2://\u003cYOUR PSQL USERNAME\u003e:\u003cYOUR PSQL PASSWORD\u003e@\u003eYOUR PSQL IP\u003e/\u003cYOUR PSQL DB\u003e\n    ```\n\n4. Get [local-money store current situation](https://www.data.go.kr/data/15058640/openapi.do) data-set and import to postgres.\n\n\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froharon%2Fgmoney-store-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froharon%2Fgmoney-store-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froharon%2Fgmoney-store-server/lists"}