Prashnotri is a quizzing platform.
- Django
- MySQL
- Clone this repo.
- cd into the repo.
- Run the following commands.
pip3 install -r requirements.txt python3 prashnotri/manage.py makemigrations python3 prashnotri/manage.py migrate python3 prashnotri/manage.py runserver - Your website will be live at http://localhost:8000/
- Create an account and start quizzing.
Clone the repo and feel free to send any Pull Requests that you feel to be constructive.