npverni / phoenix-trello

Trello tribute done in Elixir, Phoenix Framework, React and Redux. https://phoenix-trello.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phoenix Trello

Build Status

Trello tribute done with Elixir, Phoenix Framework, Webpack, React and Redux.

board

Requirements

You need to have Elxir v1.2 and PostgreSQL installed.

Installation instructions

To start your Phoenix Trello app:

  1. Install dependencies with mix deps.get
  2. Ensure webpack is installed. ie: npm install -g webpack
  3. Install npm packages with npm install
  4. Create and migrate your database with mix ecto.create && mix ecto.migrate
  5. Run seeds to create demo user with mix run priv/repo/seeds.exs
  6. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Enjoy!

Testing

Integration tests with Hound and Selenium ChromeDriver. Instructions:

  1. Install ChromeDriver with npm install -g chromedriver
  2. Run ChromeDriver in a new terminal window with chromedriver
  3. Run tests with mix test

If you don't want to run integration tests just run mix test --exclude integration.

License

See LICENSE.

About

Trello tribute done in Elixir, Phoenix Framework, React and Redux. https://phoenix-trello.herokuapp.com

License:MIT License


Languages

Language:JavaScript 42.8%Language:Elixir 38.1%Language:CSS 18.0%Language:HTML 1.0%