{"id":13394300,"url":"https://github.com/bigardone/phoenix-trello","last_synced_at":"2025-05-15T12:04:40.310Z","repository":{"id":37933404,"uuid":"49008041","full_name":"bigardone/phoenix-trello","owner":"bigardone","description":"Trello tribute done in Elixir, Phoenix Framework, React and Redux.","archived":false,"fork":false,"pushed_at":"2018-11-09T13:48:45.000Z","size":658,"stargazers_count":2497,"open_issues_count":22,"forks_count":406,"subscribers_count":79,"default_branch":"master","last_synced_at":"2025-04-14T19:01:16.616Z","etag":null,"topics":["elixir-lang","phoenix-framework","phoenix-trello","reactjs","redux"],"latest_commit_sha":null,"homepage":"https://phoenix-trello.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigardone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-04T16:13:35.000Z","updated_at":"2025-03-23T15:02:04.000Z","dependencies_parsed_at":"2022-08-25T22:24:22.091Z","dependency_job_id":null,"html_url":"https://github.com/bigardone/phoenix-trello","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigardone%2Fphoenix-trello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigardone%2Fphoenix-trello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigardone%2Fphoenix-trello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigardone%2Fphoenix-trello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigardone","download_url":"https://codeload.github.com/bigardone/phoenix-trello/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337612,"owners_count":22054253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir-lang","phoenix-framework","phoenix-trello","reactjs","redux"],"created_at":"2024-07-30T17:01:15.329Z","updated_at":"2025-05-15T12:04:35.294Z","avatar_url":"https://github.com/bigardone.png","language":"JavaScript","funding_links":[],"categories":["ReactJS","Applications","JavaScript","Example Projects"],"sub_categories":[],"readme":"# Phoenix Trello\n[![Build Status](https://travis-ci.org/bigardone/phoenix-trello.svg?branch=master)](https://travis-ci.org/bigardone/phoenix-trello)\n\n\n[Trello](http://trello.com) tribute done with [Elixir](https://github.com/elixir-lang/elixir), [Phoenix Framework](https://github.com/phoenixframework/phoenix), [Webpack](https://github.com/webpack/webpack), [React](https://github.com/facebook/react) and [Redux](https://github.com/rackt/redux).\n\n![`board`](http://codeloveandboards.com/images/blog/trello_tribute_pt_1/sign-in-a8fa19da.jpg)\n\n## Tutorial\n  1. [Intro and selected stack](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)\n  2. [Phoenix Framework project setup](http://codeloveandboards.com/blog/2016/01/11/trello-tribute-with-phoenix-and-react-pt-2/)\n  3. [The User model and JWT auth](http://codeloveandboards.com/blog/2016/01/12/trello-tribute-with-phoenix-and-react-pt-3/)\n  4. [Front-end for sign up with React and Redux](http://codeloveandboards.com/blog/2016/01/14/trello-tribute-with-phoenix-and-react-pt-4/)\n  5. [Database seeding and sign in controller](http://codeloveandboards.com/blog/2016/01/18/trello-tribute-with-phoenix-and-react-pt-5/)\n  6. [Front-end authentication with React and Redux](http://codeloveandboards.com/blog/2016/01/20/trello-tribute-with-phoenix-and-react-pt-6/)\n  7. [Setting up sockets and channels](http://codeloveandboards.com/blog/2016/01/25/trello-tribute-with-phoenix-and-react-pt-7/)\n  8. [Listing and creating new boards](http://codeloveandboards.com/blog/2016/01/28/trello-tribute-with-phoenix-and-react-pt-8/)\n  9. [Adding board members](http://codeloveandboards.com/blog/2016/02/04/trello-tribute-with-phoenix-and-react-pt-9/)\n  10. [Tracking connected board members](http://codeloveandboards.com/blog/2016/02/15/trello-tribute-with-phoenix-and-react-pt-10/)\n  11.  [Adding lists and cards](http://codeloveandboards.com/blog/2016/02/24/trello-tribute-with-phoenix-and-react-pt-11/)\n  12.  [Deploying our application on Heroku](http://codeloveandboards.com/blog/2016/03/04/trello-tribute-with-phoenix-and-react-pt-12/)\n\n## Live demo\nhttps://phoenix-trello.herokuapp.com\n\n## Requirements\nYou need to have **Elixir v1.3** and **PostgreSQL** installed.\n\n## Installation instructions\nTo start your Phoenix Trello app:\n\n  1. Install dependencies with `mix deps.get`\n  2. Ensure webpack is installed. ie: `npm install -g webpack`\n  3. Install npm packages with `npm install`\n  4. Create and migrate your database with `mix ecto.create \u0026\u0026 mix ecto.migrate`\n  5. Run seeds to create demo user with `mix run priv/repo/seeds.exs`\n  6. Start Phoenix endpoint with `mix phoenix.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\nEnjoy!\n\n## Testing\nIntegration tests with [Hound](https://github.com/HashNuke/hound) and [Selenium ChromeDriver](https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver). Instructions:\n\n  1. Install **ChromeDriver** with `npm install -g chromedriver`\n  2. Run **ChromeDriver** in a new terminal window with `chromedriver \u0026`\n  3. Run tests with `mix test`\n\nIf you don't want to run integration tests just run `mix test --exclude integration`.\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigardone%2Fphoenix-trello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigardone%2Fphoenix-trello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigardone%2Fphoenix-trello/lists"}