{"id":23114120,"url":"https://github.com/jcserv/mjurl","last_synced_at":"2026-05-08T06:42:06.622Z","repository":{"id":244886321,"uuid":"738728435","full_name":"jcserv/mjurl","owner":"jcserv","description":"A simple URL Shortening service implemented in Go","archived":false,"fork":false,"pushed_at":"2024-07-20T23:19:31.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-09T12:28:30.265Z","etag":null,"topics":["golang","grpc","postgresql","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcserv.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":"2024-01-03T22:55:17.000Z","updated_at":"2024-08-11T22:31:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"a32e8ec1-c0d4-4b02-b471-d229157cb876","html_url":"https://github.com/jcserv/mjurl","commit_stats":null,"previous_names":["jcserv/mjurl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmjurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmjurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmjurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmjurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcserv","download_url":"https://codeload.github.com/jcserv/mjurl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247101209,"owners_count":20883734,"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":["golang","grpc","postgresql","rest-api"],"created_at":"2024-12-17T03:19:20.633Z","updated_at":"2025-10-20T03:01:28.323Z","avatar_url":"https://github.com/jcserv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mjurl\n\nmjurl (\"Mike and Jarrod's URL Shortening Service\") is a simple Go API that allows users to shorten URLs.\nBased on ByteByteGo's URL Shortener problem in System Design Interview Vol. 1\n\n## Getting Started\n\n### Starting the Server with Docker\n1. Ensure you have [Docker Engine](https://docs.docker.com/engine/install/) installed.\n2. Run `make run`\n3. Execute requests against `http://localhost:8080` to your heart's content\n\n## API Routes\n\n### POST /v1/api/url\nRequest Body:\n```\n{\n    \"url\": \"https://github.com\"\n}\n```\n\nResponse:\n```\n200 OK\n\"\u003cshortened URL hash\u003e\"\n```\n\n### GET /v1/api/url/{shortURL}\nResponse:\n```\n308 PERMANENT REDIRECT\nLocation: \u003clongURL\u003e\n```\n\n## Contributors\n- [@jcserv](https://github.com/jcserv)\n- [@imphungky](https://github.com/imphungky)\n\n## License\n\nDistributed under the GNU-GPL License. See `LICENSE` for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcserv%2Fmjurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcserv%2Fmjurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcserv%2Fmjurl/lists"}