Source code for the tutorial Testing Phoenix controllers
To start the application:
- Install dependencies with
mix deps.get
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Source code for the tutorial Testing Phoenix controllers
To start the application:
mix deps.get
mix phoenix.server
Now you can visit localhost:4000
from your browser.