To start your Phoenix server:
- Install dependencies with
mix deps.get - Start Phoenix endpoint with
mix phx.serveror 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 SimpleTokenAuthenticationline in therouter.exfile - Change the value of the config for
:simple_token_authenticationinconfig/config.exs - Update the
priv/answers.ymlto reference actual answers.