About | Features | Technologies | Requirements | Starting | Author
customize user and Authentication
✔️ Django LTS
✔️ Custom User Model
✔️ Profile model
✔️ Signal attachments
✔️ Django RestFramework
✔️ Token Authentication
✔️ JWT Authentication
✔️ APi Docs
✔️ Black
✔️ Flake8
✔️ Tests
The following tools were used in this project:
- Python
- Django
- docker
- jwt
- Django REST framework
Before starting 🏁, you need to have Git and python installed.
# Clone this project
$ git clone https://github.com/MohammadTohidiNasab/CustomUser-DRF
# Access
$ cd CustomUser-DRF
# Install requirments.txt
$ pip install -r requirments.txt
# Run the project
$ python manage.py runserver
# The server will initialize in the <http://localhost:8000>