{"id":16677850,"url":"https://github.com/jaemk/blank","last_synced_at":"2026-04-21T23:03:54.250Z","repository":{"id":66210365,"uuid":"410721333","full_name":"jaemk/blank","owner":"jaemk","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-27T02:49:48.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T16:05:45.356Z","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":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaemk.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":"2021-09-27T02:49:09.000Z","updated_at":"2021-09-27T02:49:50.000Z","dependencies_parsed_at":"2023-02-23T23:15:23.461Z","dependency_job_id":null,"html_url":"https://github.com/jaemk/blank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaemk/blank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaemk%2Fblank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaemk%2Fblank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaemk%2Fblank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaemk%2Fblank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaemk","download_url":"https://codeload.github.com/jaemk/blank/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaemk%2Fblank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32113748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-10-12T13:27:41.520Z","updated_at":"2026-04-21T23:03:54.235Z","avatar_url":"https://github.com/jaemk.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blank\n\n\u003e blank clojure webserver project\n\n## Build/Installation\n\n```\n# generate a standalone jar wrapped in an executable script\n$ lein bin\n```\n\n## Database\n\n[`migratus`](https://github.com/yogthos/migratus) is used for migration management.\n\n```\n# create db\n$ sudo -u postgres psql -c \"create database blank\"\n\n# create user\n$ sudo -u postgres psql -c \"create user blank\"\n\n# set password\n$ sudo -u postgres psql -c \"alter user blank with password 'blank'\"\n\n# allow user to create schemas in database\n$ sudo -u postgres psql -c \"grant create on database blank to blank\"\n\n# allow user to create new databases\n$ sudo -u postgres psql -c \"alter role blank createdb\"\n\n# apply migrations from repl\n$ lein with-profile +dev repl\nuser=\u003e (cmd/migrate!)\n\n# running the app from \"main\" will also apply migrations\n# lein run\n```\n\n## Usage\n\n```\n# start the server\n$ export PORT=3003        # default\n$ export REPL_PORT=3999   # default\n$ bin/blank\n\n# connect to running application\n$ lein repl :connect 3999\nuser=\u003e (initenv)  ; loads a bunch of namespaes\nuser=\u003e (cmd/migrate!)\n```\n\n## Testing\n\n```\n# run test\n$ lein midje\n\n# or interactively in the repl\n$ lein with-profile +dev repl\nuser=\u003e (autotest)\n```\n\n## Docker\n\n```\n# build\n$ docker build -t blank:latest .\n# run\n$ docker run --rm -p 3003:3003 -p 3999:3999 --env-file .env blank:latest bin/blank\n```\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%2Fjaemk%2Fblank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaemk%2Fblank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaemk%2Fblank/lists"}