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
- Host: GitHub
- URL: https://github.com/andrewjprice/phx-blog
- Owner: andrewjprice
- Created: 2019-02-21T18:31:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T05:19:25.000Z (over 7 years ago)
- Last Synced: 2026-01-03T16:33:04.150Z (7 months ago)
- Topics: css, elixir, html, javascript, phoenix
- Language: Elixir
- Homepage:
- Size: 2.61 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Home

## New Post

## Post

## 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