Skip to main content

Welcome to QuizOxide

QuizOxide is a quiz platform with a Rust/Actix backend and a Nuxt front-end. Use this section to onboard quickly, wire local URLs, and understand the core response wrapper.

Response wrapper

All endpoints return:

{
"code": "string",
"msg": "string",
"data": {}
}

List responses add results; paginated add pagination.

Next steps

  • Continue to API for endpoints
  • Tutorials for end-to-end flows
  • Changelog for release notes