Skip to content

alanbarros/nlw6-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Instalação

wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get install erlang

Criação do projeto

mix phx.new wabanex --no-html --no-webpack

Interativo

iex -S mix

Subir servidor

mix phx.server

Criação da migration

mix ecto.gen.migration create_users_table

mix ecto.migrate mix ecto.reset

About

Projeto com Elixir e GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages