To start your Phoenix server:
- Install dependencies with
mix deps.get
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
This only applies if you've created your own Grading Server and wish to lock down the API to your internal users.
- Uncomment the
plug SimpleTokenAuthentication
line in therouter.ex
file - Change the value of the config for
:simple_token_authentication
inconfig/config.exs
- Update the
priv/answers.yml
to reference actual answers.