/quiz-dart-backend

🤪 I'm so crazy! Backend for quiz app on Dart lang. What??? Dart lang!

Primary LanguageHTMLApache License 2.0Apache-2.0

Backend for quiz games on Dart (style framework)

🤪 I'm so crazy!

Try it now: https://quiz-dart-backend.herokuapp.com (first request is always slow as Heroku goes to sleep)

Endpoints:

  • /quiz -- returns 1-10 questions
  • /create -- create question ({"title": "Title", "ok": ["ok 1", "ok 2"], "wrong": ["wrong 1"]})