| layout | page |
|---|---|
| title | Phoenix Basics |
Hello! Welcome to Phoenix Basics! In this jam packed day, we'll build an application in Phoenix, a productive, reliable, and fast web framework. Before we get started, make sure you have the following:
-
Heroku:
- Create an account on https://heroku.com
- Install the CLI https://devcenter.heroku.com/articles/heroku-cli
-
Amazon AWS
-
Install Node https://nodejs.org/en/download/
-
Install Postgres https://wiki.postgresql.org/wiki/Detailed_installation_guides
-
Install Elixir https://elixir-lang.org/install.html
-
Install Hex
mix local.hex -
Install Phoenix `mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez
At any point that you're lost, check out the final code here:
https://github.com/nhu313/Fawkes
We broke each section into branches so you can see the difference.