Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 993 Bytes

README.md

File metadata and controls

77 lines (52 loc) · 993 Bytes
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/