{"id":20390498,"url":"https://github.com/swlkr/majestic-web","last_synced_at":"2025-04-12T11:21:42.310Z","repository":{"id":62433515,"uuid":"87894266","full_name":"swlkr/majestic-web","owner":"swlkr","description":"The best way to get started with clojure web apps","archived":false,"fork":false,"pushed_at":"2017-08-08T15:01:20.000Z","size":26,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T06:11:16.375Z","etag":null,"topics":["clojure","majestic-monolith","monolith","monolithic","web-app"],"latest_commit_sha":null,"homepage":"","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":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-04-11T05:45:52.000Z","updated_at":"2020-06-16T07:48:11.000Z","dependencies_parsed_at":"2022-11-01T21:15:39.195Z","dependency_job_id":null,"html_url":"https://github.com/swlkr/majestic-web","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fmajestic-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fmajestic-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fmajestic-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fmajestic-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swlkr","download_url":"https://codeload.github.com/swlkr/majestic-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248558131,"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","majestic-monolith","monolith","monolithic","web-app"],"created_at":"2024-11-15T03:25:26.352Z","updated_at":"2025-04-12T11:21:42.289Z","avatar_url":"https://github.com/swlkr.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# majestic web\n\n## Usage\n\n```bash\nlein new majestic-web your-project-name\n```\n\n## What Just Happened?\n\nFiles were created! Files!\n\n```bash\nyour-project-name\n├── Procfile\n├── README.md\n├── profiles.clj\n├── project.clj\n├── resources\n│   ├── migrations\n│   │   ├── 20170805214656_add_hstore_ext.edn\n│   │   └── 20170805214656_create_users_table.edn\n│   └── sql\n│       └── users.sql\n├── src\n│   └── your_project_name\n│       ├── core.clj\n│       ├── db.clj\n│       ├── home\n│       │   ├── html.clj\n│       │   └── http.clj\n│       ├── html.clj\n│       ├── http.clj\n│       ├── middleware.clj\n│       ├── migrations.clj\n│       ├── responses.clj\n│       ├── server.clj\n│       ├── sessions\n│       │   ├── html.clj\n│       │   ├── http.clj\n│       │   └── logic.clj\n│       ├── users\n│       │   ├── db.clj\n│       │   ├── html.clj\n│       │   ├── http.clj\n│       │   └── logic.clj\n│       └── utils.clj\n└── test\n    └── your_project_name\n        ├── db_test.clj\n        ├── server_test.clj\n        ├── sessions\n        │   └── logic_test.clj\n        └── users\n            └── logic_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 majestic monolith.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fmajestic-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswlkr%2Fmajestic-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fmajestic-web/lists"}