Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eeue56/elm-blogger

A blogging platform written in Elm + Elixir
https://github.com/eeue56/elm-blogger

Last synced: 3 months ago
JSON representation

A blogging platform written in Elm + Elixir

Awesome Lists containing this project

README

        

# elm-blogger

A blogging platform written in Elm + Elixir

## Phoenix Info

To start the app:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* You may need to create a role in postgres for the DB user:
* `$ psql`
* `=# CREATE ROLE postgres LOGIN CREATEDB;`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`

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