https://github.com/laurabeatris/phoenix-blog
a simple blog made with the elixir lang and the phoenix framework
https://github.com/laurabeatris/phoenix-blog
backend elixir elixir-lang functional-programming phoenix phoenix-framework
Last synced: 7 months ago
JSON representation
a simple blog made with the elixir lang and the phoenix framework
- Host: GitHub
- URL: https://github.com/laurabeatris/phoenix-blog
- Owner: LauraBeatris
- Created: 2020-06-18T12:22:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:27:22.000Z (over 2 years ago)
- Last Synced: 2025-02-28T17:29:11.746Z (7 months ago)
- Topics: backend, elixir, elixir-lang, functional-programming, phoenix, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 1.7 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
![]()
# Phoenix Blog
> A simple blog made with the Phoenix Framework
[](https://github.com/LauraBeatris)
[](#)
[](https://github.com/LauraBeatris/phoenix-blog/stargazers)
[](https://github.com/LauraBeatris/phoenix-blog/network/members)
[](https://github.com/LauraBeatris/phoenix-blog/graphs/contributors)---
# :pushpin: Table of Contents
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [FAQ](#postbox-faq)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)# :construction_worker: Installation
**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:**
```
git clone https://github.com/LauraBeatris/phoenix-blog.git
```SSH 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:
```
git clone git@github.com:LauraBeatris/phoenix-blog.git
```
Configure database credentials:
```
cp config/db.secret.example.exs config/db.secret.exs
```Create database:
```
mix ecto.create
```Run migrations
```
mix ecto.migrate
```# :runner: Getting Started
Run the following command in order to start the Interactive Elixir Shell
```
mix phx.server
```# :bug: Issues
Feel 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.
# :tada: Contributing
Check 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.
# :closed_book: License
Documention and application under development.
Released in 2020.
This project is under the [MIT license](https://github.com/LauraBeatris/phoenix-blog/master/LICENSE).Made with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀