Register and Login system
Login using email + password or mobile + OTP
Clone repo
git clone https://github.com/parth-smpx/login.git
and to enable OTP service, create account on msg91 and get the auth key.
replace xxxxxxx in MSG91_KEY in docker-compose.yml with your auth key.
Finally run
docker-compose up
and see this
Deployed here