hello_phoenix alternatives and similar packages
Based on the "Examples and funny stuff" category.
Alternatively, view hello_phoenix alternatives based on common mentions on social networks and blogs.
-
changelog.com
Changelog is news and podcast for developers. This is our open source platform. -
magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database. -
real world example app
Exemplary real world application built with Elixir + Phoenix -
phoenix-chat-example
💬 The Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.7 [Latest] 🚀 -
phoenix-liveview-counter-tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.7.7 + LiveView 0.19 ⚡️ Learn the fundamentals from first principals so you can make something amazing! 🚀 -
phoenix-ecto-encryption-example
🔐 A detailed example for how to encrypt data in an Elixir (Phoenix v1.7) App before inserting into a database using Ecto Types -
coderplanets.com
coderplanets.com API(GraphQL) server, build with elixir, phoenix, absinthe -
phoenix-todo-list-tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.7 (latest) -
phoenix-flux-react
An experiment with Phoenix Channels, GenEvents, React and Flux. -
portal
A tutorial for shooting fault-tolerant portals for distributed data-transfer application in Elixir -
ex_iss
An elixir wrapper for Open Notify's International Space Station API. http://open-notify.org/ -
rollex
Elixir library using a Pratt Parser algorithm to calculate dice rolls.
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of hello_phoenix or a related project?
README
Phoenix template
This is a template for new Phoenix single page applications with:
- React
- Redux
- React router
- ES6/7
- Sass with Bourbon, Neat and Bitters
- Authentication via Guardian and jwt
User base migration and both registration and authentication controllers already implemented.
To start your Phoenix app:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install Node.js dependencies with
npm install
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Happy coding!
License
See [LICENSE](LICENSE).
*Note that all licence references and agreements mentioned in the hello_phoenix README section above
are relevant to that project's source code only.