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.
Quick links
- Docs URL: https://oxide-docs.soberdev.net
- Main app: https://quizoxide.soberdev.net
- API: https://oxide-api.soberdev.net/v1/docs
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