Skip to content

Backend of quiz application for engineers🧑‍💻 [Django]

Notifications You must be signed in to change notification settings

uswebk/coodig-api

Repository files navigation

coodig-icon

coodig

Backend(API) of quiz application for engineers🧑‍💻


📱 Mobile: https://github.com/uswebk/coodig-mobile

Run App 🚗

python3 manage.py runserver 0.0.0.0:9999

Endpoints

  • Register account
POST: /api/v1/accounts/register/
  • Login
POST: /api/v1/accounts/login/
  • Refresh JWT
POST: /api/token/refresh/
  • Verify JWT
POST: /api/token/verify/
  • Fetch Me
GET: /api/v1/accounts/me/
  • Send OTP
POST: /api/v1/accounts/otp/send/
  • Verify OTP
POST: /api/v1/accounts/otp/verify/
  • Fetch OTP
GET: /api/v1/accounts/otp/
  • Send Reset Password Email
POST: /api/v1/accounts/reset-password/send/
  • Reset Password
POST: /api/v1/accounts/reset-password/