/phoenix-toggl

Toggl tribute done with Elixir, Phoenix Framework, React and Redux (updated version from bigardone/phoenix-toggl)

Primary LanguageElixirMIT LicenseMIT

Phoenix Toggl

An updated version of phoenix-toggl using Phoenix 1.3.0. All front-end libs like React, React Router, and Redux are also updated. This was just intended for learning Phoenix and React. Toggl tribute done with Elixir, Phoenix Framework, React and Redux.

timer

Installation instructions

To start your Phoenix Trello app:

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

Now you can visit localhost:4000 from your browser.

Enjoy!

License

See LICENSE.