pip install -r requiremnet.txt
1. python manage.py makemigrations
2. python manage.py migrate
python manage.py createsuperuser
1. for example: headers = {"apikey": "Api-Key yourapikey"}
2. if you are using postman
https://user-images.githubusercontent.com/75315169/186418792-e540e80a-bee5-46a4-9aca-e241dd3a79b2.png
1. http://localhost:8000/api/accounts/signup/ for creating a user
2. http://localhost:8000/api/accounts/signin/ for sign in