Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eeue56/elm-blogger
- Owner: eeue56
- License: bsd-3-clause
- Created: 2016-04-13T14:07:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T12:13:16.000Z (over 8 years ago)
- Last Synced: 2024-07-20T23:47:32.569Z (4 months ago)
- Language: Elixir
- Size: 172 KB
- Stars: 102
- Watchers: 22
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.