An open API service indexing awesome lists of open source software.

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

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.