Scan here to open our lightning-fast QR code reading website. Built with Django for performance, Bootstrap for design, and Vercel for reliability.
- Django - Django makes it easier to build better web apps more quickly and with less code.
- Bootstrap - Build fast, responsive sites with Bootstrap.
- Vercel - Vercel's Front end Cloud provides the developer experience and infrastructure to build, scale, and secure a faster, more personalised Web.
- Clone repository
mkdir ~/Dev/qr-code -p
cd ~/Dev/qr-code
git clone https://github.com/Arvind-4/qr-code.git .- Install Dependencies:
cd ~/Dev/qr-code
python3.8 -m pip install virtualenv
python3.8 -m virtualenv .
source bin/activate
pip install -r requirements.txt- Create
.envfile: Add Your Credentials.envfromsample.env:
DJANGO_SECRET_KEY=
DJANGO_DEBUG=Get your Secret key from:
python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'- Run Server:
cd ~/Dev/qr-code
python manage.py runserverOpen localhost:8000 in your favourite browser :)