Application of demonstrate Signup,login in Django-restframework
Disclaimer - You need to set up Django first.
- Open Terminal in the project location and run server using the command - python3 manage.py runserver .
- Goto http://127.0.0.1:8000/BuilderAPI/signup/
- Signup by entering a new username and password.
- Sign in with the same credentials on the login page.
- You will automatically redirected to the employee API page.