Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arashm/phoenix-toggl
Toggl tribute done with Elixir, Phoenix Framework, React and Redux (updated version from bigardone/phoenix-toggl)
https://github.com/arashm/phoenix-toggl
Last synced: 15 days ago
JSON representation
Toggl tribute done with Elixir, Phoenix Framework, React and Redux (updated version from bigardone/phoenix-toggl)
- Host: GitHub
- URL: https://github.com/arashm/phoenix-toggl
- Owner: arashm
- License: mit
- Created: 2017-07-19T13:48:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T14:21:44.000Z (over 7 years ago)
- Last Synced: 2024-11-07T03:46:54.996Z (2 months ago)
- Language: Elixir
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phoenix Toggl
An updated version of [phoenix-toggl](https://github.com/bigardone/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](https://toggl.com/) tribute done with [Elixir](https://github.com/elixir-lang/elixir), [Phoenix Framework](https://github.com/phoenixframework/phoenix), [React](https://github.com/facebook/react) and [Redux](https://github.com/reactjs/redux).![`timer`](http://codeloveandboards.com/images/blog/toggl_tribute/timer-e9b1582f.jpg)
## 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`](http://localhost:4000) from your browser.
Enjoy!
## License
See [LICENSE](LICENSE).