This directory is created for uploading QHack solutions for IBM challenge
- Install Django and Qiskit
- To install Django type in: pip install Django==3.1.5
- To install Qiskit type in: pip install qiskit
- Open the /qsite/qrng/views.py file
- In the code you will see a line called IBMQ.enable_account('ENTER API KEY HERE'). This is where you need to put in an API token. In order to get an API key you will have to register to the IBM quantum experience: https://quantum-computing.ibm.com
- Using terminal, navigate to the directory where qsite folder has been extracted.
- Make sure you have the files up to date by entering: python manage.py migrate in to your terminal.
- Make sure you have the django webservice running by entering: python manage.py runserver in to your terminal.
- Now you are all set. Just open any web browser, and type http://localhost:8000/ to enjoy and play LudoTeleport!
- Vardaan Sahgal @Varary73
- Deeksha Singh @deeksha-singh030
- Dinesh Vishnu Kumar @dineshvishnugithub