Thanks to visit codestin.com
Credit goes to github.com

Skip to content

eeue56/elm-blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 from your browser.

About

A blogging platform written in Elm + Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •