{"id":23428305,"url":"https://github.com/thetechnocrat-dev/godorp","last_synced_at":"2025-04-12T20:20:36.118Z","repository":{"id":64299315,"uuid":"81614170","full_name":"thetechnocrat-dev/GoDoRP","owner":"thetechnocrat-dev","description":"GoDoRP (Golang, Docker, React, Postgres)","archived":false,"fork":false,"pushed_at":"2018-12-22T00:12:30.000Z","size":34,"stargazers_count":207,"open_issues_count":3,"forks_count":47,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-26T14:38:11.479Z","etag":null,"topics":["docker","docker-compose","go","golang","postgresql","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/thetechnocrat-dev.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":"2017-02-10T22:52:42.000Z","updated_at":"2025-01-30T03:04:21.000Z","dependencies_parsed_at":"2023-01-15T09:15:59.224Z","dependency_job_id":null,"html_url":"https://github.com/thetechnocrat-dev/GoDoRP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetechnocrat-dev%2FGoDoRP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetechnocrat-dev%2FGoDoRP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetechnocrat-dev%2FGoDoRP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetechnocrat-dev%2FGoDoRP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thetechnocrat-dev","download_url":"https://codeload.github.com/thetechnocrat-dev/GoDoRP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248626205,"owners_count":21135618,"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","docker-compose","go","golang","postgresql","react"],"created_at":"2024-12-23T07:11:23.306Z","updated_at":"2025-04-12T20:20:36.091Z","avatar_url":"https://github.com/thetechnocrat-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoDoRP\nGoDoRP (Golang, Docker, React, Postgres) project starter.\n\nDisclaimer: This project is not actively supported and not recommended for production apps. Hope it serves as a learning resource.\n\n## Features\n* Start a GoDoRP project with one command on any computer with docker-compose installed\n* Dev mode features hot reloading on code changes for both the GoLang backend and React frontend (no need to rebuild containers while coding)\n* Production mode features optimized static React frontend and binary goLang backend\n* Production images built by passing a single arg option (images can then run on any computer with Docker)\n\n## Benefits\n* Anyone can contribute to your project locally without having to setup/install GOPATH, Postgres, node etc\n* Dev environment is the same as production environment\n* Quickly get your GoDoRP project off the ground\n* Forking the repo allows for customization of the template for your preferences\n\n## Getting started:\n* download [docker-compose](https://docs.docker.com/compose/install/) if not already installed\nThen run the following commands:\n\n```bash\n$ mkdir myApp\n$ cd myApp\n$ git clone https://github.com/McMenemy/GoDoRP.git .\n$ docker-compose up\n```\nThen you can open the React frontend at localhost:3000 and the RESTful GoLang API at localhost:5000\n\nChanging any frontend (React) code locally will cause a hot-reload in the browser with updates and changing any backend (GoLang) code locally will also automatically update any changes.\n\nThen to build production images run:\n```bash\n$ docker build ./api --build-arg app_env=production \n$ docker build ./frontend --build-arg app_env=production\n$ docker build ./db\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetechnocrat-dev%2Fgodorp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthetechnocrat-dev%2Fgodorp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetechnocrat-dev%2Fgodorp/lists"}