Skip to content

abdelazizElemary/voting_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors