ewandennis / dailies

An in-browser slideshow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dailies

"You like my dailies, Clarence?" - True Romance, 1993

This is a fullscreen in-browser slideshow, intended to display a looping sequence of interesting, usually animated visuals. It includes a little editor for managing the list of displayed URLs and a matching JSON-centric API.

Prerequisites

  • Elixir (tested with 1.3)
  • Phoenix (tested with 1.2)
  • Postgres (tested with 9.5)

Running

To start the service:

  • Clone this repo
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

The editor is available at localhost:4000/editor.

Ready to run in production? Please check out the Phoenix deployment guides.

About

An in-browser slideshow


Languages

Language:JavaScript 54.5%Language:Elixir 42.1%Language:HTML 3.1%Language:Shell 0.3%