This is a simple authenication app developed using Django Web Framework. After building the previous Authentication app without social accounts I decided to build another, this time with social accounts. This mini-app can be easily integrated into a bigger system project.
- Login and Register new user.
- Login and Register new user using Social Accounts.
- Change/Reset password and email backend configured to display emails in console.
- Python 3.xx
- python3 -m venv /path/to/new/virtual/environment
- source venv/bin/activate -- Linux Users
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
python manage.py tailwind start
- python manage.py runserver