{"id":32181194,"url":"https://github.com/gered/simple-web-service-template","last_synced_at":"2025-10-21T22:36:55.630Z","repository":{"id":62433786,"uuid":"440678729","full_name":"gered/simple-web-service-template","owner":"gered","description":"Simple Clojure web service project template.","archived":false,"fork":false,"pushed_at":"2023-07-04T15:53:32.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T22:36:39.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/gered.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-12-21T23:38:16.000Z","updated_at":"2022-01-05T23:35:11.000Z","dependencies_parsed_at":"2022-11-01T21:01:42.118Z","dependency_job_id":null,"html_url":"https://github.com/gered/simple-web-service-template","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gered/simple-web-service-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gered%2Fsimple-web-service-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gered%2Fsimple-web-service-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gered%2Fsimple-web-service-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gered%2Fsimple-web-service-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gered","download_url":"https://codeload.github.com/gered/simple-web-service-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gered%2Fsimple-web-service-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280348048,"owners_count":26315367,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"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":[],"created_at":"2025-10-21T22:36:52.151Z","updated_at":"2025-10-21T22:36:55.624Z","avatar_url":"https://github.com/gered.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leiningen Template: Simple Clojure Web Service\n\nA Leiningen template intended for creating new Clojure web service projects utilizing [reitit](https://github.com/metosin/reitit).\n\nThis template primarily exists for my own personal use, so some stuff is definitely more oriented towards\nmy own particular preferences regarding setup and organization of a Clojure project.\n\n## Usage\n\n```text\n$ lein new net.gered/simple-web-service [your-project-name-here]\n```\n\nThe resulting project starts up via a `main` function and during startup expects to be able to read an EDN \nconfiguration file located in the current working directory called `config.edn`.\n\nThe project can be run simply by:\n\n```text\n$ lein run\n```\n\nA nREPL server will be started which can be connected to on port 7000 (configured via the aforementioned `config.edn`).\n\nThe web service's endpoints will be accessible over port 8080 (again, configured via the aforementioned `config.edn`).\nThe Swagger UI page will be available at `/api-docs/` e.g. http://localhost:8080/api-docs/\n\n## Other Templates!\n\nI have a few other \"simple\" Leiningen project templates that are along the same vein as this one:\n\n* [Simple Clojure App](https://github.com/gered/simple-app-template) - Very simple starter base for non-web projects.\n* [Simple Clojure Web Site](https://github.com/gered/simple-web-site-template) - For web sites using only server-side rendered HTML (**no** ClojureScript!).\n* [Simple Clojure / ClojureScript Web App](https://github.com/gered/simple-web-app-template) - For web apps using Clojure and ClojureScript.\n\n## License\n\nCopyright © 2021 Gered King\n\nDistributed under the the MIT License. See LICENSE for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgered%2Fsimple-web-service-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgered%2Fsimple-web-service-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgered%2Fsimple-web-service-template/lists"}