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

https://github.com/sprql/planner

Yet another todo app
https://github.com/sprql/planner

ecto elixir phoenix planner todo

Last synced: about 1 month ago
JSON representation

Yet another todo app

Awesome Lists containing this project

README

        

# Planner

Experemental `todo` app to play with Elixir & co.

Based on:

* [phoenix 1.3](https://hexdocs.pm/phoenix/1.3.0-rc.0/)
* [ecto](https://hexdocs.pm/ecto/)
* [postgres](https://www.postgresql.org/)

To start your app server:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.