Jean-Serge / simple_todo_app

A (very) simple to do app, with Phoenix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleTodoApp

A simple todo app to explore Phoenix, a web framework made with Elixir.

Installation

Manually

To start this 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

After that, you can visit localhost:4000 from your browser, and play with it.

With Docker

First, you need to build the image for this application by running

docker build -t simple-todo-app .

Then, you can run the application

docker-compose up -d

Warning

You can't deploy this app on a platform which uses environment variables (like Heroku) without changing the configuration file!
Please to read the Phoenix documentation to make these changes.

How it looks?

Homepage

About

A (very) simple to do app, with Phoenix


Languages

Language:Elixir 80.0%Language:JavaScript 11.4%Language:HTML 8.4%Language:CSS 0.1%