An open API service indexing awesome lists of open source software.

https://github.com/andrewjprice/phx-blog

Phoenix boilerplate blog app
https://github.com/andrewjprice/phx-blog

css elixir html javascript phoenix

Last synced: 4 months ago
JSON representation

Phoenix boilerplate blog app

Awesome Lists containing this project

README

          

# PhxBlog

Basic boilerplate blog app using the Phoenix Framework. Includes user authentication, markdown editing, file uploads, Bootstrap, Font Awesome.

## Admin
![admin](https://github.com/andrewjprice/phx-blog/blob/master/assets/images/admin.png)

## Home
![home](https://github.com/andrewjprice/phx-blog/blob/master/assets/images/home.png)

## New Post
![new](https://github.com/andrewjprice/phx-blog/blob/master/assets/images/new.png)

## Post
![post](https://github.com/andrewjprice/phx-blog/blob/master/assets/images/post.png)

## Seeds to login
username: phx

password: 1234

## Run
To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Learn more

* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix