phoenix-blog

a simple blog made with the elixir lang and the phoenix framework

Stars
6

Phoenix Blog

A simple blog made with the Phoenix Framework


📌 Table of Contents

👷 Installation

You need to install Elixir and Phoenix 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 [email protected]: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

🏃 Getting Started

Run the following command in order to start the Interactive Elixir Shell

mix phx.server

🐛 Issues

Feel free to file a new issue with a respective title and description on the Phoenix Blog 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 to find out about the coding standards.

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

📕 License

Documention and application under development. Released in 2020. This project is under the MIT license.

Made with love by Laura Beatris 💜🚀

Badges
Extracted from project README
Author Languages Stars Forks Contributors