All Projects → drewolson → blox

drewolson / blox

Licence: other
Example app using Phoenix and Ecto. Obviously it's a blog. An ugly one.

Programming Languages

elixir
2628 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Blox

Build Status

It's a blog?!

Setup

mix do deps.get, db.reset
npm install

Run it

mix phoenix.server

Test it

MIX_ENV=test mix db.reset
mix test

Assets

Phoenix will use brunch to compile assets when you run mix phoenix.server. If you'd like to manually compile the assets, run npm run build.

Assumptions

Blox assumes you're running postgres locally on the default port and that your current user can create databases.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].