Created
September 25, 2015 15:53
-
-
Save poad/fa54b546543188533e3b to your computer and use it in GitHub Desktop.
PhoenixでCRUD ref: http://qiita.com/poad1010/items/ca348973c65564b3de1e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 elixir |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
実は、ほとんどが[Phoenix入門 #01](http://qiita.com/iyuuya/items/74e6ec2b840f938c70ce#phoenix)と[Phoenix入門 #02](http://qiita.com/iyuuya/items/6c0124acbed06d0f1f15)に書いてあるため割愛! | |
でも、これだけ簡単にCRUDを行うWebアプリが書けてしまうのは凄いものです。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment