A Django Rest Framework project to demonstrate custom user model implementation with login, register, status update and some custom permissions. In this project i have replaced username field to email for authentication by extending AbstractBaseUser and BaseUserManager.
open requirements.txt file to see requirements
To install requirements type
pip install -r requirements.txt
open terminal and type
git clone https://github.com/devmahmud/User-Profile-Api.git
or simply download using the url below
https://github.com/devmahmud/User-Profile-Api.git
python manage.py makemigrations
python manage.py migrate
To create superuser open terminal and type
python manage.py createsuperuser
python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser to see available endpoints
Mahmudul alam Email: expelmahmud@gmail.com
========Thank You !!!=========