{"id":20390501,"url":"https://github.com/swlkr/majestic","last_synced_at":"2025-04-12T11:21:45.033Z","repository":{"id":62433518,"uuid":"82503338","full_name":"swlkr/majestic","owner":"swlkr","description":"The most majestic, most monolithic lein template","archived":false,"fork":false,"pushed_at":"2017-02-20T01:25:06.000Z","size":17,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T06:11:16.561Z","etag":null,"topics":["clojure","lein-template","monolith","monolithic"],"latest_commit_sha":null,"homepage":"https://medium.com/@swlkr/a-majestic-monolith-api-in-clojure-8c16d5ba18c8#.lqa9jvgmw","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swlkr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-20T01:20:55.000Z","updated_at":"2023-03-13T15:07:53.000Z","dependencies_parsed_at":"2022-11-01T21:16:04.042Z","dependency_job_id":null,"html_url":"https://github.com/swlkr/majestic","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fmajestic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fmajestic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fmajestic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fmajestic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swlkr","download_url":"https://codeload.github.com/swlkr/majestic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248558132,"owners_count":21124223,"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":["clojure","lein-template","monolith","monolithic"],"created_at":"2024-11-15T03:25:27.693Z","updated_at":"2025-04-12T11:21:45.012Z","avatar_url":"https://github.com/swlkr.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# majestic\n\n## Usage\n\n```bash\nlein new majestic your-project-name\n```\n\n## What Just Happened?\n\nFiles were created! Files!\n\n```bash\nyour-project-name\n├── README.md\n├── profiles.clj\n├── project.clj\n├── resources\n│   ├── migrations\n│   │   ├── 20170218150305_add_hstore_ext.edn\n│   │   └── 20170218150305_create_users_table.edn\n│   └── sql\n│       └── users.sql\n├── src\n│   └── your_project_name\n│       ├── core.clj\n│       ├── db.clj\n│       ├── env.clj\n│       ├── http.clj\n│       ├── logic\n│       │   ├── tokens.clj\n│       │   └── users.clj\n│       ├── routes.clj\n│       ├── server.clj\n│       └── utils.clj\n├── target\n└── test\n    └── your_project_name\n        ├── db_test.clj\n        ├── logic\n        │   ├── tokens_test.clj\n        │   └── users_test.clj\n        ├── routes_test.clj\n        └── server_test.clj\n```\n\nYou can do a few different things, you can run all the tests with `lein test` or you can `lein repl` in and type `(start)` or you can deploy straight to heroku and run `heroku run lein migrate` to get the db up and running. It gives you what I think is the smallest set of working code to start a monolithic api.\n\n## License\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fmajestic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswlkr%2Fmajestic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fmajestic/lists"}