Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.55 KB

README.md

File metadata and controls

74 lines (52 loc) · 1.55 KB

QR Code generation

QR Codes are helpful in a lot of scenarios. Generating a QR Code for each profile will make it really easy for the users to share their profile. This project helps you to generate your personal qr code so that you can easily share that qr code for your friend circle.

API Reference

Generate QR Code

  POST /generate_qrcode
Parameter Type Description
fullname string Required
gender string Required
email list Required
phone_number list Required
city string Required
district string Required
country string Required
palika string Required

Authors

Run Locally

This installation process is for Linux OS(only)

Clone the project

  git clone git@github.com:ujjawalpoudel/contact_qrcode.git

Go to the project directory

  cd contact_qrcode/

Create Vitual Environment of python 3.7

  python3.7 -m venv venv

Activate Virtual Environment

  source venv/bin/activate

Install Python Package from requirements.txt

  pip install -r requirements.txt 

Execute main.py file

  python main.py

Tech Stack

Server: Python

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.