Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

ce7elem/QRCode-as-a-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrcode as a service

Quick start

python3 -m venv env
source env/bin/activate

flask run

Run tests

python3 -m test