voting_application Download poetry to easily run the project poetry install poetry run python manage.py migrate poetry run python manage.py createsuperuser ( this to create an admin user to enter the admin dashboard ) poetry run python manage.py runserver Test the endpoints through postman after logging with the admin user and placing the token in the authorization header api/auth/login/ api/auth/register/ api/auth/verify/ api/auth/logout/ api/auth/users/ api/polls/ api/polls/"pollsId"/vote api/search/"searchTerm"/