Skip to content
/ auth8 Public

An authenticator app built with Python, Django, TypeScript, and React.

Notifications You must be signed in to change notification settings

thehimel/auth8

Repository files navigation

auth8

Getting Started

Initialize Client

  • Steps are mentioned here

Initialize Server

  • Clone the repository.
  • Create the .env file from .env-template.
  • Upgrade pip: python3 -m pip install --upgrade pip setuptools
  • Installing packages: pip install -r requirements.txt
  • Migrating Database:
    • python3 manage.py makemigrations
    • python3 manage.py migrate

Create Super User

  • python manage.py create_superuser

About

An authenticator app built with Python, Django, TypeScript, and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published