Email-OTP

Tech Stack

Client: HTML , TailwindCSS

Server: Python , Django

Demo

django-otp

Run Locally

Clone the project

  git clone https://github.com/zablon-oigo/django-email-otp.git

Go to the project directory

  cd django-email-otp

Install dependencies

  pip install -r requirements.txt

Running Tests

To run tests, run the following command

  py manage.py test