You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an quiz app api created using django-rest framework. The api gives users questions and expects answers
About
A quiz restful API that enables users create,update,read and delete multiple choice quizzes that can be used by any front-end framework whose domain is set in the backend cors allowed origins. It uses Jwt authentication and is consumed by the client-quiz-app that is public in my repos