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...
If users need to change their profile or Password then this issue will provide this functionality. I wish to work on this issue under GSSOC'21. Please assign me the same....
The quiz module is not having tests. So, quiz module should have the unit tests for the models present in that module.
The Readme file can be enhanced by adding a list of all the Open Source programs in which this project has been listed in. A table of all its contributors...
Will like to add a feature in which contributors get updated automatically !! Will start to work on this issue as I get assigned !!
The admin could add questions and the user can give the quiz and analyze one's performance. I would like to contribute to it under GSSOC'21. Please assign me the same.
## Related Issue - Info about Issue or bug Closes: #[issue number that will be closed through this PR] #### Describe the changes you've made A clear and concise description...
## Related Issue - Error about local_settings.py not found during initial setup of project Closes: #5 #### Describe the changes you've made - Added steps in README.md of how to...
I was trying to execute the program locally and faced this issue. It says that the 'local_settings' file is unavailable. I am attaching a snapshot of the issue. Let me...
In the quick start section of readme file, it's written this way. - Headover to Project Directory- ``` cd cd AlgoPhantomBackend ``` instead it should be ``` cd AlgoPhantomBackend ```...
Virtual Environment only works with python3. so the step to create the virtual environment should be python3 -m venv (name of environment) . can you assign me this issue. i...