phoenix-todo-list-tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.7 (latest)
Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.7 (latest)
Phoenix Chat Example is a beginner-friendly, step-by-step tutorial repository that guides developers through building, testing, and deploying a real-time chat application using Phoenix 1.7, the web framework built on Elixir. The project walks users through the full development lifecycle, starting from creating a new Phoenix app, setting up WebSocket channels for real-time messaging, designing the user interface with templates, and configuring client-side JavaScript to connect to the server. It also covers generating database schemas with Ecto to store chat history, running migrations, persisting messages, and loading prior conversations when users join. The tutorial includes guidance on automated testing, code coverage analysis with ExCoveralls, and deploying the finished chat app to production. A live demo is available at phoenix-chat.fly.dev. The repository is designed to teach Phoenix and Elixir concepts that are often difficult to find clear, practical examples for, making it suitable for those new to the
👤Minimalist Google OAuth Authentication for Elixir Apps. Tested, Documented & Maintained. Setup in 5 mins. 🚀
🔐 A detailed example for how to encrypt data in an Elixir (Phoenix v1.7) App before inserting into a database using Ecto Types