{"id":17188359,"url":"https://github.com/jclem/phoenix-template","last_synced_at":"2025-04-13T19:14:24.630Z","repository":{"id":42843546,"uuid":"203580476","full_name":"jclem/phoenix-template","owner":"jclem","description":"Heroku-ready template for Phoenix applications","archived":false,"fork":false,"pushed_at":"2023-01-06T05:36:24.000Z","size":2348,"stargazers_count":6,"open_issues_count":15,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T17:31:12.053Z","etag":null,"topics":["elixir","phoenix"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/jclem.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}},"created_at":"2019-08-21T12:34:24.000Z","updated_at":"2021-06-01T11:08:59.000Z","dependencies_parsed_at":"2023-02-05T10:47:03.023Z","dependency_job_id":null,"html_url":"https://github.com/jclem/phoenix-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fphoenix-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fphoenix-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fphoenix-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jclem%2Fphoenix-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jclem","download_url":"https://codeload.github.com/jclem/phoenix-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248766768,"owners_count":21158301,"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":["elixir","phoenix"],"created_at":"2024-10-15T01:08:46.042Z","updated_at":"2025-04-13T19:14:24.603Z","avatar_url":"https://github.com/jclem.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phoenix Template\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/jclem/phoenix-template/tree/main)\n\nThis repository contains the template I use for deploying Phoenix\napplications.\n\n## Changes\n\nThis template is optimized for deploying to Heroku. It contains the basic\napplication generated with these `mix phx.new` flags:\n\n```\n--live --app=app --module=App --database=postgresql --binary-id\n```\n\nFor the most part, it's a standard Phoenix application with a few small\ntweaks and extra modules:\n\n### Elixir/Phoenix\n\n- [`App.Context`](/lib/app/context.ex) helps set up application context modules.\n- [`App.Schema`](/lib/app/schema.ex) helps set up application schemata with common options.\n- [`AppWeb`](lib/app_web.ex#L78) contains a `:plug` macro for building plugs.\n\n### Assets\n\n- Styling is provided by [Tailwind](https://tailwindcss.com) and [Open\n  Color](https://yeun.github.io/open-color/). Tailwind utility class purging is\n  preconfigured.\n- [postcss-nested](https://npm.im/postcss-nested) is provided for nested CSS rules.\n\n### Deployment\n\nDeployment can be done via the \"Deploy to Heroku\" button above (although you\nmust update the `template` query parameter in the button URL).\n\nThe buildpacks are configured in\n[`elixir_buildpack.config`](/elixir_buildpack.config) and\n[`phoenix_static_buildpack.config`](/phoenix_static_buildpack.config). If you\nare manually creating an application on Heroku, see [app.json](/app.json) for\nrequired environment variables and add-ons.\n\n## Development\n\nTo start your Phoenix server:\n\n- Setup the project with `mix setup`\n- Start Phoenix endpoint with `mix phx.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\nReady to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).\n\n## Learn more\n\n- Official website: https://www.phoenixframework.org/\n- Guides: https://hexdocs.pm/phoenix/overview.html\n- Docs: https://hexdocs.pm/phoenix\n- Forum: https://elixirforum.com/c/phoenix-forum\n- Source: https://github.com/phoenixframework/phoenix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjclem%2Fphoenix-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjclem%2Fphoenix-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjclem%2Fphoenix-template/lists"}