Algo-Phantoms-Backend
Algo-Phantoms-Backend copied to clipboard
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the applicati...
remove grammatical mistake
Add GitHub action to auto label issues with gssoc21 label when contributor asks to work under gssoc21.
Remove grammatical mistakes
Added pagination.py for quiz app Closes: #29 I have added pagination for quiz app. used PageNumberPagination. You can type http://127.0.0.1:8000/quiz/question/array/?page_size=1 to see the changes. page_size can be any number you...
This github action will auto label issues for GSSOC 21 The action will check for similar permutations of GSSOC 21 as specified in the .yml file and label those issues...
This bot basically greets someone who opens up an issue or makes a pr for the first time in the repo and also when the pr gets merged. Here is...
Added script which will run test for views.py in quiz app. This pr will solve #50 please have a look and lemme know if any modification required
I want to add script which will help to test views.py of quiz app
The user should first signup and then get access to the material. Also, the admin login should be given in order to increase the security. I would like to contribute...
## Related Issue - This PR is for issue numbered #42. Closes: #42 #### Describe the changes you've made I have added a class in views.py for changing password functionality....