{"id":18783121,"url":"https://github.com/denvaar/phoenix-demo","last_synced_at":"2025-10-28T03:41:58.082Z","repository":{"id":93745517,"uuid":"91923319","full_name":"denvaar/phoenix-demo","owner":"denvaar","description":"Simple blog application to explore Phoenix web framework","archived":false,"fork":false,"pushed_at":"2018-08-03T06:10:05.000Z","size":3559,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T21:40:13.917Z","etag":null,"topics":["elixir","phoenix-framework"],"latest_commit_sha":null,"homepage":null,"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/denvaar.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":"2017-05-21T00:02:26.000Z","updated_at":"2021-09-23T07:24:47.000Z","dependencies_parsed_at":"2023-03-16T23:30:26.973Z","dependency_job_id":null,"html_url":"https://github.com/denvaar/phoenix-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denvaar%2Fphoenix-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denvaar%2Fphoenix-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denvaar%2Fphoenix-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denvaar%2Fphoenix-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denvaar","download_url":"https://codeload.github.com/denvaar/phoenix-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699578,"owners_count":19682574,"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-framework"],"created_at":"2024-11-07T20:38:14.473Z","updated_at":"2025-10-28T03:41:53.052Z","avatar_url":"https://github.com/denvaar.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhoenixBlog\n\n## Todo :paperclip:\n\n - :white_check_mark: \"Like\" button to update posts async.\n - :white_check_mark: Update \"reads\" column upon `:show` action.\n - :white_check_mark: Use slugs rather than ids in the urls.\n - :white_check_mark: Do some migrations n stuff.\n - :white_check_mark: Figure out how to integrate Javascript dependencies, like MomentJS so that I can format dates pretty.\n - :white_check_mark: Pagination\n - :white_check_mark: Markdown support for post content\n - :white_check_mark: ~~Setup Docker for development~~ \u003c-- This was a dumb idea\n - :white_check_mark: Use Webpack instead of Brunch\n - :white_check_mark: Custom error pages (check out the 404...)\n - :white_check_mark: File uploads/images\n - :white_check_mark: Sessions -- Authenticated user functionallity with [Guardian](https://github.com/ueberauth/guardian)\n - :white_check_mark: Deploy to Heroku\n   - The [deployment guide for Heroku](http://www.phoenixframework.org/docs/heroku) is perfect, I only had to change to a different buildpack because I am using webpack.\n   - `heroku buildpacks:set https://github.com/gjaldon/phoenix-static-buildpack`\n   - `heroku buildpacks:add --index 1 https://github.com/HashNuke/heroku-buildpack-elixir`\n - :white_check_mark: Deploy with Nginx\n - :squirrel: SSL\n   - :white_check_mark: Heroku\n   - :squirrel: Nginx\n\nTo start your Phoenix app:\n\n  ### Docker setup\n\n  * `docker-compose build`\n  * `docker-compose run mix ecto.create \u0026\u0026 ecto.migrate`\n  * `docker-compose up`\n\n  ### Default setup\n\n  * Install dependencies with `mix deps.get`\n  * Create and migrate your database with `mix ecto.create \u0026\u0026 mix ecto.migrate`\n  * Install Node.js dependencies with `npm install`\n  * Start Phoenix endpoint with `mix phoenix.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\n### How to create a user\n\nI decided not to implement registration functionality. To create a user, just insert a row manually into the `users` table in the database. You will have to provide a hashed version of your password, and you can generate it like this:\n\n```\n$ iex -S mix\nComeonin.Bcrypt.hashpwsalt(\"your_password_here\")\n```\n\n\nReady to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).\n\n## Learn more\n\n  * Official website: http://www.phoenixframework.org/\n  * Guides: http://phoenixframework.org/docs/overview\n  * Docs: https://hexdocs.pm/phoenix\n  * Mailing list: http://groups.google.com/group/phoenix-talk\n  * Source: https://github.com/phoenixframework/phoenix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenvaar%2Fphoenix-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenvaar%2Fphoenix-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenvaar%2Fphoenix-demo/lists"}