QuizSystem

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server
  • seed your database for example questions mix run priv/repo/seeds.exs

Now you can visit localhost:4000/questions from your browser.

  • Visit "/questions" for quiz questions
    Markdown Monster icon
  • There are two ways to verify the option which user given
    • verify user submitted option from genserver state we get response in micro seconds
      Markdown Monster icon
    • verfiy user submitted option from database Markdown Monster icon