Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 424 Bytes

File metadata and controls

17 lines (12 loc) · 424 Bytes

E-Authentication-System-Using-QR-Code-OTP

Setup

  • Download/clone repo.
  • Create and activate a virtual environment.
  • Install Django and other dependencies with pip install -r requirement.txt.
  • Run Django app using python manage.py runserver.
  • Install React dependencies with npm install.
  • Run React app with npm start.
  • Build React app using npm run build.

License

MIT License