Popularity
7.3
Declining
Activity
0.0
Stable
172
9
17

Programming language: Elixir
License: MIT License
Tags: Applications    

Phoenix Toggl alternatives and similar packages

Based on the "Applications" category.
Alternatively, view Phoenix Toggl alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Phoenix Toggl or a related project?

Add another 'Applications' Package

README

Phoenix Toggl

Toggl tribute done with Elixir, Phoenix Framework, React and Redux.

`timer`

Live demo

https://phoenix-toggl.herokuapp.com

Requirements

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

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!

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](LICENSE).


*Note that all licence references and agreements mentioned in the Phoenix Toggl README section above are relevant to that project's source code only.