The first thing is cloning the repository:
$ git clone https://github.com/MdAshiqurRahmanZayed/QuantumGoods.git
$ cd QuantumGoods
Create a virtual environment to install dependencies in and activate it:
$ python -m venv env
$ source env/bin/activate
Then install the dependencies:
(env)$ pip install -r requirements.txt
Create info.py in the jobPortal folder just like info-demo.py and fill in the equivalent answer(sslcomrez storeid,and passcode).
We have to migrate.
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
(env)$ python manage.py runserver