{"id":16211614,"url":"https://github.com/laurabeatris/phoenix-blog","last_synced_at":"2025-10-18T22:07:03.391Z","repository":{"id":42787798,"uuid":"273230728","full_name":"LauraBeatris/phoenix-blog","owner":"LauraBeatris","description":"a simple blog made with the elixir lang and the phoenix framework","archived":false,"fork":false,"pushed_at":"2023-01-06T09:27:22.000Z","size":1783,"stargazers_count":6,"open_issues_count":17,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T17:29:11.746Z","etag":null,"topics":["backend","elixir","elixir-lang","functional-programming","phoenix","phoenix-framework"],"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/LauraBeatris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-18T12:22:11.000Z","updated_at":"2023-09-30T07:30:21.000Z","dependencies_parsed_at":"2023-02-05T19:16:31.258Z","dependency_job_id":null,"html_url":"https://github.com/LauraBeatris/phoenix-blog","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/LauraBeatris%2Fphoenix-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fphoenix-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fphoenix-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fphoenix-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LauraBeatris","download_url":"https://codeload.github.com/LauraBeatris/phoenix-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243981235,"owners_count":20378542,"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":["backend","elixir","elixir-lang","functional-programming","phoenix","phoenix-framework"],"created_at":"2024-10-10T10:48:45.453Z","updated_at":"2025-10-18T22:06:58.356Z","avatar_url":"https://github.com/LauraBeatris.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n   \u003cimg src=\".github/logo.png\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# Phoenix Blog\n\n\u003e A simple blog made with the Phoenix Framework\n\n[![Author](https://img.shields.io/badge/author-LauraBeatris-363f5f?style=flat-square)](https://github.com/LauraBeatris)\n[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/phoenix-blog?color=%23363f5f\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LauraBeatris/phoenix-blog?color=363f5f\u0026style=flat-square)](https://github.com/LauraBeatris/phoenix-blog/stargazers)\n[![Forks](https://img.shields.io/github/forks/LauraBeatris/phoenix-blog?color=%23363f5f\u0026style=flat-square)](https://github.com/LauraBeatris/phoenix-blog/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/phoenix-blog?color=363f5f\u0026style=flat-square)](https://github.com/LauraBeatris/phoenix-blog/graphs/contributors)\n\n---\n\n# :pushpin: Table of Contents\n\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [FAQ](#postbox-faq)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n# :construction_worker: Installation\n\n**You need to install [Elixir](https://elixir-lang.org/install.html) and [Phoenix](https://hexdocs.pm/phoenix/installation.html) first, then in order to clone the project via HTTPS, run this command:**\n\n```\n  git clone https://github.com/LauraBeatris/phoenix-blog.git\n```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:\n\n```\n  git clone git@github.com:LauraBeatris/phoenix-blog.git\n```\n\n\u003cbr /\u003e\n\nConfigure database credentials:\n\n```\n  cp config/db.secret.example.exs config/db.secret.exs\n```\n\nCreate database:\n\n```\nmix ecto.create\n```\n\nRun migrations\n\n```\nmix ecto.migrate\n```\n\n# :runner: Getting Started\n\nRun the following command in order to start the Interactive Elixir Shell\n\n```\nmix phx.server\n```\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the [Phoenix Blog](https://github.com/LauraBeatris/phoenix-blog/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/LauraBeatris/paypal-clone/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/LauraBeatris/phoenix-blog/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n\n# :closed_book: License\n\nDocumention and application under development.\nReleased in 2020.\nThis project is under the [MIT license](https://github.com/LauraBeatris/phoenix-blog/master/LICENSE).\n\nMade with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fphoenix-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurabeatris%2Fphoenix-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fphoenix-blog/lists"}