A simple QR code generator application developed with Flask.
Python version: 3.11.0
- clone the repository
git clone git@github.com:m0kr4n3/simple_qr_generator.git
cd QR_generator/app/
- Using python
- use
venv
virtual environment
pip3 install venv
python3 -m venv venv
source $PWD/venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Run main.py
python3 main.py
- Using docker Install docker-compose if it's not done already
sudo apt install docker-compose
- Run docker-compose in the repo root directory :
sudo docker-compose up