Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

admin-backend

It is demo application of user management

Features

  • Customized password table for users
  • Phone OTP and email link for reset password and account verification
  • Using twillo for OTP and MailGun for Email verification.

Setup

install requirements

pip install -r requirements.txt

migrate db

python manage.py migrate

spin fake smtp server

docker run --rm -it -p 3000:80 -p 2525:25 rnwood/smtp4dev

start the server on localhost:8000

python manage.py runserver

API docs

http://127.0.0.1:8000/docs/

fake smtp server

http://127.0.0.1:3000/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages