{"id":17918087,"url":"https://github.com/bogdanp/koyo-shorty","last_synced_at":"2025-07-20T22:06:44.072Z","repository":{"id":138666270,"uuid":"305163985","full_name":"Bogdanp/koyo-shorty","owner":"Bogdanp","description":"Associated code for the \"Racket Web Development with Koyo\" screencast.","archived":false,"fork":false,"pushed_at":"2020-10-18T17:59:50.000Z","size":103,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T07:46:07.147Z","etag":null,"topics":["lisp","racket","scheme","tutorial","web"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=DS_0-lqiSVs","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bogdanp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-10-18T17:59:34.000Z","updated_at":"2022-06-19T22:02:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f9ef882-6844-4663-99bd-c9c5b4a02ace","html_url":"https://github.com/Bogdanp/koyo-shorty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bogdanp/koyo-shorty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fkoyo-shorty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fkoyo-shorty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fkoyo-shorty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fkoyo-shorty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bogdanp","download_url":"https://codeload.github.com/Bogdanp/koyo-shorty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fkoyo-shorty/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266205470,"owners_count":23892469,"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":["lisp","racket","scheme","tutorial","web"],"created_at":"2024-10-28T20:09:42.865Z","updated_at":"2025-07-20T22:06:44.054Z","avatar_url":"https://github.com/Bogdanp.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shorty\n\n## Setup\n\n### Requirements\n\n* You need [Racket] since this is a Racket application.\n* You need [node] and [nvm] to build the assets.\n* You need access to a couple local [Postgres] databases.  One named\n  `shorty` and the other `shorty_tests`.  The latter is\n  exercised by unit tests.\n\n### First-time Setup\n\n    $ nvm use \u0026\u0026 npm install \u0026\u0026 npm run build\n    $ raco pkg install chief\n    $ raco pkg install shorty/        # install and build the application and its deps\n    $ raco pkg install shorty-tests/  # install and build the tests and their deps\n\n### Development environment\n\nCopy `.env.default` to `.env`.  [chief] will automatically load the\nvariables defined in this file into the environment of the\nsubprocesses defined in the `Procfile` whenever it is run.\n\nThe app expects to be run behind an SSL terminated connection (for\nexample, behind an nginx instance using a self-signed cert), even for\nlocal development .  You can disable this requirement by setting\n`current-continuation-key-cookie-secure?` parameter to `#f` before the\napplication is started.\n\n## Running the app locally\n\n    $ nvm use\n    $ raco chief start\n\n\n[Postgres]: https://www.postgresql.org/\n[Racket]: https://racket-lang.org/\n[argon2]: https://www.argon2.com/\n[chief]: https://github.com/Bogdanp/racket-chief\n[node]: https://nodejs.org/en/\n[nvm]: https://github.com/nvm-sh/nvm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Fkoyo-shorty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdanp%2Fkoyo-shorty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Fkoyo-shorty/lists"}