https://github.com/arcanemachine/phoenix-guide-todo-list
The companion repo for the todo list application in Phoenix Web Framework: The Unauthorized Guide
https://github.com/arcanemachine/phoenix-guide-todo-list
book elixir elixir-lang elixir-phoenix guide phoenix-framework tutorial
Last synced: 7 months ago
JSON representation
The companion repo for the todo list application in Phoenix Web Framework: The Unauthorized Guide
- Host: GitHub
- URL: https://github.com/arcanemachine/phoenix-guide-todo-list
- Owner: arcanemachine
- License: mit
- Created: 2025-02-17T08:18:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T08:44:39.000Z (over 1 year ago)
- Last Synced: 2025-06-10T21:10:31.909Z (12 months ago)
- Topics: book, elixir, elixir-lang, elixir-phoenix, guide, phoenix-framework, tutorial
- Language: Elixir
- Homepage: https://nicholasmoen.com/phoenix-web-framework-unauthorized-guide/
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoList
This is the companion project repo for the book [Phoenix Web Framework: The Unauthorized Guide].
## Getting started
To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.