All Projects → bigardone → Phoenix Toggl

bigardone / Phoenix Toggl

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

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Phoenix Toggl

Firebird
Template for Phoenix 1.3 projects
Stars: ✭ 66 (-62.5%)
Mutual labels:  phoenix-framework
Recognizer
A authentication and user service
Stars: ✭ 106 (-39.77%)
Mutual labels:  phoenix-framework
Ember Phoenix
Phoenix Framework integration and tooling for Ember.js apps
Stars: ✭ 140 (-20.45%)
Mutual labels:  phoenix-framework
Radiator
Podcast Hosting & Publishing | The spark ✨ that lights the fire 🔥
Stars: ✭ 77 (-56.25%)
Mutual labels:  phoenix-framework
Adoptoposs
Finding co-maintainers for your open source software project.
Stars: ✭ 93 (-47.16%)
Mutual labels:  phoenix-framework
Elixir Companies
A list of companies currently using Elixir in production.
Stars: ✭ 1,475 (+738.07%)
Mutual labels:  phoenix-framework
Phoenix In Action
Code snippets and examples from the book Phoenix in Action from Manning and Geoffrey Lessel
Stars: ✭ 60 (-65.91%)
Mutual labels:  phoenix-framework
Short url
🔗 short url app elixir Phoenix
Stars: ✭ 162 (-7.95%)
Mutual labels:  phoenix-framework
Phoenixsharp
C# Phoenix Channels client. Unity Compatible.
Stars: ✭ 96 (-45.45%)
Mutual labels:  phoenix-framework
Phoenix Docker Compose
Docker development environment for Elixir+Phoenix
Stars: ✭ 131 (-25.57%)
Mutual labels:  phoenix-framework
Coherence
Coherence is a full featured, configurable authentication system for Phoenix
Stars: ✭ 1,207 (+585.8%)
Mutual labels:  phoenix-framework
Memento
Collect saved items from different sources around the web
Stars: ✭ 89 (-49.43%)
Mutual labels:  phoenix-framework
Phoenix Liveview Counter Tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.5.5 + LiveView 0.14.7 ⚡️
Stars: ✭ 115 (-34.66%)
Mutual labels:  phoenix-framework
Ex admin
ExAdmin is an auto administration package for Elixir and the Phoenix Framework
Stars: ✭ 1,180 (+570.45%)
Mutual labels:  phoenix-framework
Stimulus reflex
Build reactive applications with the Rails tooling you already know and love.
Stars: ✭ 1,928 (+995.45%)
Mutual labels:  phoenix-framework
Shorten api tutorial
🔗How to make a link shortener using Elixir, Phoenix and Mnesia
Stars: ✭ 60 (-65.91%)
Mutual labels:  phoenix-framework
Sentinel
DEPRECATED - Phoenix Authentication library that wraps Guardian for extra functionality
Stars: ✭ 109 (-38.07%)
Mutual labels:  phoenix-framework
Tune
A streamlined Spotify client and browser with a focus on performance and integrations.
Stars: ✭ 166 (-5.68%)
Mutual labels:  phoenix-framework
Docker Phoenix
A dockerized Phoenix development and runtime environment.
Stars: ✭ 152 (-13.64%)
Mutual labels:  phoenix-framework
Phoenix Diff
See the changes needed when upgrading an Elixir Phoenix application
Stars: ✭ 120 (-31.82%)
Mutual labels:  phoenix-framework

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].