Dynamic QR Code Generator
DQRCG let's you generate dynamic qr code's for your website urls without any hassle. You can create dynamic urls and change your url any time you want.
Launch the app and go to the server and just start using.
Install your dependencies using pip.
- pip
pip install -r requirements.txt
Setting up the server locally.
-
Clone the repo
git clone https://github.com/abhinayy0/dqrcg.git
-
Create a virtualenv.
python3 -m venv venv source venv/bin/activate
-
Activate the virtual environment if you're using it. Install requirements
pip install -r requirements.txt
-
Make sure you're in the same working directory as your run.sh before executing the command.
-
For (Linux/ Mac OS) launch using
python3 services_manager build
python3 services_manager run-server
For windows launch using
./run.bat
-
Now your app should be accessible at
http://127.0.0.1:5000
-
For setting up the frontend got to the client folder. Run the npm install command to create the node_modules of react app. More info about running react project can be found at this link.
-
Adjust the backend api config.BASE_URL in config.js to point to your flask backend. Your project should now be working.
Below you can see the application home page asking for a url field to generate qr code. After providing the url you will get your generated qrcode.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Abhinay Yadav- @abhinayy0 - abhinayy0@gmail.com
Project Link: https://github.com/abhinayy0/dqrcg