GithubHelp home page GithubHelp logo

zonalds-com / qr-dynamics-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oliver-dvorski/qr-dynamics-backend

1.0 1.0 0.0 3.84 MB

A free dynamic QR code generator

Home Page: http://qr.oliverdvorski.com/web

PHP 87.48% HTML 11.81% Dockerfile 0.71%

qr-dynamics-backend's Introduction

QR Dynamics

is the next iteration of my dyanmic QR code generator.

I'm trying to create this without a component CSS framework.

Right now the project is at a stage where all supported types of static codes can be generated. The frontend deals with that. Dynamic codes are quite a bit more complex. So far only dynamic web codes are being generated.

Installation

To install the backend just run docker compose build. You can then run the application with docker compose up (use the -d flag to run it detached).

A little bit of initial configuration is required. Starting with copying the .env.example file to .env. After that you should set the application key with a command like this: docker exec -it qr-dynamics-backend_api_1 php artisan key:generate (replace the container name if required).

After all of that you should check your .env file. There you'll find some empty OAuth variables. Fill those in with the data you get from the OAuth providers.

ToDo

  • eslint
  • Docker
  • Testing
  • Hot module reload - Decouple front end
  • A11y optimisation
  • Fix the auth situation. Don't just save the auth token in memory for the frontend but also invalidate the thing every time they do a page reload or smth like that.

qr-dynamics-backend's People

Contributors

oliver-dvorski avatar

Stargazers

Paschal avatar

Watchers

James Cloos avatar

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.