{"id":27038346,"url":"https://github.com/neulhan/neulhan-commerce-server","last_synced_at":"2026-05-05T22:36:11.079Z","repository":{"id":54895151,"uuid":"330383319","full_name":"Neulhan/neulhan-commerce-server","owner":"Neulhan","description":"neulhan-commerce backend server with Go","archived":false,"fork":false,"pushed_at":"2021-02-12T07:27:52.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-03T16:31:57.990Z","etag":null,"topics":["docker-compose","golang","gorm","iris-golang","postgresql"],"latest_commit_sha":null,"homepage":"http://nc-test-7.eba-2rqibzhr.ap-northeast-2.elasticbeanstalk.com/","language":"Go","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/Neulhan.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}},"created_at":"2021-01-17T12:14:00.000Z","updated_at":"2021-08-24T09:58:33.000Z","dependencies_parsed_at":"2022-08-14T06:00:51.366Z","dependency_job_id":null,"html_url":"https://github.com/Neulhan/neulhan-commerce-server","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neulhan%2Fneulhan-commerce-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neulhan%2Fneulhan-commerce-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neulhan%2Fneulhan-commerce-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neulhan%2Fneulhan-commerce-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neulhan","download_url":"https://codeload.github.com/Neulhan/neulhan-commerce-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279274,"owners_count":20912856,"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":["docker-compose","golang","gorm","iris-golang","postgresql"],"created_at":"2025-04-05T02:30:47.890Z","updated_at":"2026-05-05T22:36:11.054Z","avatar_url":"https://github.com/Neulhan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neulhan Commerce Server with Go\n![](static/ONAIR.png)\nelastic-beanstalk docker postgresql golang gorm gin\n\n- set Rolling deploy\n- set Logging Middleware\n- set SSL https connection\n- create unit test\n- set Validator for each model\n\n## Run Project Development\n```bash\nsource alias.sh\nup\ndown\n```\n\n## Deploy Project\n```bash\neb deploy\n```\n\n## Tidy packages\n```bash\ngo mod tidy\n```\n\n## Verify packages\n```bash\ngo mod verify\n```\n\n## Connect To Postgresql \n```\ndocker exec -it nc_postgres /bin/bash\n...\nroot@49d68bd0cacd:/# psql -U neulhan NC\npsql (13.1 (Debian 13.1-1.pgdg100+1))\nType \"help\" for help.\n...\nNC=# \\c\nYou are now connected to database \"NC\" as user \"neulhan\".\n```\n\n```\nNC=# \\dt\n          List of relations\n Schema |   Name    | Type  |  Owner  \n--------+-----------+-------+---------\n public | customers | table | neulhan\n public | orders    | table | neulhan\n public | products  | table | neulhan\n(3 rows)\n...\n\nNC=# SELECT * FROM customers LIMIT 1;\n id |          created_at           |          updated_at           | deleted_at |  name | email | pass | logged_in \n----+-------------------------------+-------------------------------+------------+-------+-------+------+-----------\n  1 | 2021-01-19 00:14:24.580872+09 | 2021-01-19 00:14:24.580872+09 |            |       |       |      | t\n(1 row)\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneulhan%2Fneulhan-commerce-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneulhan%2Fneulhan-commerce-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneulhan%2Fneulhan-commerce-server/lists"}