Michael Hixson fc73355609 Fix database hostname used by phoenix (#3053) 8 years ago
..
config fc73355609 Fix database hostname used by phoenix (#3053) 8 years ago
lib 0a65afdf05 Improve the Elixir Phoenix benchmark (#2214) 9 years ago
priv 840bf43f9e Add phoenix 10 years ago
web d2660a243a Update elixir version to 1.4.1 (#2750) 8 years ago
.gitignore bef4ac447f Update phoenix deps and add ORM tests 10 years ago
README.md 840bf43f9e Add phoenix 10 years ago
benchmark_config.json 1e528d0697 Phoenix is a Fullstack framework - and its overhead should be compared to Cowboy. 8 years ago
mix.exs e1336b7139 Update Elixir to 1.5.2, Phoenix to 1.3 and few optimisations (#2988) 8 years ago
setup.sh fc73355609 Fix database hostname used by phoenix (#3053) 8 years ago

README.md

Hello

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:8080 from your browser.