QR Code generator is an online software that allows users to create QR Codes by entering desired information and download them in different formats - PNG, JPG, SVG, and EPS.
This project aims to create the best platform that allows users generate QR code for their various needs.
The primary goals are flexible sharing options (allow users download generated QR codes in png, jpeg, and pdf format or share the code via email / social media platforms) and promote personalised user history and archives. Secondary goals are to enhance user experience by allowing users customise generated codes to desired brand colours and good documentation comments.
- SetUp
- Walkthrough
- Project Features
- [Technologies and Resources Employed](#Technologies and Resources Employed)
- [Contributors to this project](#Contributors to this project)
- Test
The first thing to do is to clone the repository:
$ git clone https://github.com/zuri-training/Project-QR-Gen-Team-52-Backend.git
$ cd "parent directory"
Create a virtual environment to install dependencies in and activate it:
$ virtualenv --no-site-packages env
$ source env/Scripts/activate
Then install the dependencies:
(env)$ pip install -r requirements.txt
Note the (env)
in front of the prompt. This indicates that this terminal
session operates in a virtual environment set up by virtualenv
.
Once pip
has finished downloading the dependencies:
(env)$ cd project
(env)$ python manage.py runserver
And navigate to http://127.0.0.1:8000/
.
Upon registration 'Sign Up' a user is authorised and logged as an authenticated user with the following privileges;
- Full access to platform
- User is allowed to set what should happen when QR is scanned i.e
- QR code should redirect people to a blog
- QR code should access a document
- Share QR code via email or social media
- Download QR code in desired options eg Pdf, Png, Jpeg etc.
- Personalised Dashboard / User History.
- Customise Qr codes to brand colours
An Unauthorised User are users who have not 'Signed Up' on the platform. They can do the following;
- Visit the platform to view basic information
- View and interact with documentation
- Register to view more details
- They have no access to use the QR Generator until they are registered.
- User Registration
- Settings on QRCode enabled to be used by User
- Available options on the application:
- Links
- Contact Details
- SMS
- Videos
- Images
- Audio files
- Send Email
-
Client-Side Scripting / Coding
HTML (HyperText Markup Language)
CSS (Cascading Style Sheets)
JavaScript
-
Server-Side Scripting / Coding
Python
-
Wire frames, Moodboard, UI/UX Design, Protyping
Figjam https://www.figma.com/file/7ntQSfo6moEKgs6kwiR90X/Empathy-map%2FUser-story%2FUser-flow-for-QR-code-generator Figma https://www.figma.com/file/1g4hAgOiGRBuPEJGPnRWKj/Zuri-Team-52-(Qr-generator)?node-id=0%3A1
(GitHub Usernames)
(These collaborators cannot push codes to the repo)
- joshman58
- tawakkul007
- oyesolatobi
- thintallqomar
- solo-blaze
- ojogwuchike
- thephotosamurai
- holuwamueewer
- doyeen91
- ben11997
- ebehdeborah
- lizzy-osuwa03
- biyiemmy
- kuriency
- demiladeala
- gloriaokeke
- cheerycodes
- sawlew
- moyorbe
- favtob
- clappy203
To run the tests, cd
into the directory that has manage.py
, then run:
(env)$ python manage.py test app