Skip to content

Fabbboy/todo-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App using Elixir and NextJS

Install and Run

You need the Erlang Runtime and Elixir compiler

sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang
sudo apt update
sudo apt install git elixir erlang

After that install hex package manager and the packages and apply migrations

mix local.hex
mix deps.get
mix ecto.migrate

Compile and run using:

mix run --no-halt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published