{"id":16594417,"url":"https://github.com/colemangariety/cetch","last_synced_at":"2025-04-04T23:22:31.087Z","repository":{"id":66191613,"uuid":"77209418","full_name":"ColemanGariety/CETCH","owner":"ColemanGariety","description":"CETCH (Code Execution Time CHallenge)","archived":false,"fork":false,"pushed_at":"2017-02-05T08:11:50.000Z","size":1126,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-09-15T10:23:34.431Z","etag":null,"topics":["competition","competitive-programming","go","project-euler","webservice"],"latest_commit_sha":null,"homepage":"http://cetch.net","language":"Go","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/ColemanGariety.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}},"created_at":"2016-12-23T08:08:44.000Z","updated_at":"2021-02-18T19:17:49.000Z","dependencies_parsed_at":"2023-02-25T06:45:42.774Z","dependency_job_id":null,"html_url":"https://github.com/ColemanGariety/CETCH","commit_stats":null,"previous_names":["colemangariety/cetch","jacksongariety/cetch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColemanGariety%2FCETCH","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColemanGariety%2FCETCH/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColemanGariety%2FCETCH/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColemanGariety%2FCETCH/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColemanGariety","download_url":"https://codeload.github.com/ColemanGariety/CETCH/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247262765,"owners_count":20910303,"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":["competition","competitive-programming","go","project-euler","webservice"],"created_at":"2024-10-11T23:46:11.852Z","updated_at":"2025-04-04T23:22:31.061Z","avatar_url":"https://github.com/ColemanGariety.png","language":"Go","readme":"# cetch.com\n\nInstall the deps (`godep restore`):\n\n    $ make install\n\nGodeps doesn't handle dev deps so we do this to install dev tools (fresh, goose, and testify):\n\n    $ make install_dev\n\nYou'll want to create the postgres role and development database:\n\n    $ sudo -i -u postgres\n    $ createuser -s cetch\n    $ createdb cetch_development\n\nThen run the migrations via goose (with the `-env development` flag):\n\n    $ make db_migrate\n\nWatch for changes while working (sets `dbname` and `base_path` flags):\n\n    $ make watch\n\nAnd run the test suite (test db is automatically created before tests run and dropped afterwards):\n\n    $ make test\n\nRunning the application in production without make would look like this:\n\n    $ go build\n    $ env dbname=cetch_production basePath=$GOPATH/src/github.com/JacksonGariety/cetch ./cetch\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolemangariety%2Fcetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolemangariety%2Fcetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolemangariety%2Fcetch/lists"}