Coder Social home page Coder Social logo

websterl3o / qrcode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lllluc4s/qrcode

0.0 0.0 0.0 104 KB

This is a simple QR code generator that allows users to create QR codes with their name, LinkedIn profile, and GitHub profile.

JavaScript 0.32% PHP 94.41% CSS 1.53% Blade 2.68% Dockerfile 1.07%

qrcode's Introduction

QR Code Generator

This is a simple QR code generator that allows users to create QR codes with their name, LinkedIn profile, and GitHub profile. Users can also read a generated QR code by pointing their camera at it and being redirected to the linked information.

Setup on Docker

1- Clone this repository.

2- Install Docker on your machine.

3- Build and run the Docker container:

docker-compose up -d --build

4- Install the dependencies:

docker exec -it qrcode-web-1 composer install

5- Run the database migrations:

docker exec -it qrcode-web-1 php artisan migrate:fresh --seed

Access the application in your web browser at http://localhost:8000. Configuration The application is running on Docker. The configuration settings are specified in the docker-compose.yml file. The application uses a PostgreSQL database that is also running inside the Docker container.

Usage

Generating a QR Code

  • Access the application in your web browser at http://localhost:8000.

  • Enter your name, LinkedIn profile, and GitHub profile in the input fields.

  • Click the "Generate QR Code" button.

Your QR code will be generated and displayed on the page.

Reading a QR Code

  • Point your camera at the generated QR code.

  • Click the link that appears on your screen to be redirected to the linked information.

qrcode's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.