Skip to content

chamorim21/qrcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrcode-generator

This project is composed of a frontend written in NextJS and a backend written in Django with Django Rest Framework. It also includes a docker-compose file that manages both projects and runs them. Its purpose is be a tool to help customers creating a overview of your information in a easy way. After filling a simple form, you will have a QRCode that redirects to a page that shows the informations you gave.

Getting started

To get started, you'll need to have Docker and Docker Compose installed on your machine. Once you have those installed and have the enviroment variables configured, simply run the following command:

docker-compose up

This will build and start the frontend and backend containers. You can then access the application by navigating to http://localhost:3000.

Examples

Homepage - QR Code Generator

Screenshot from 2023-03-20 15-32-04

After generating the QRCode, you will be redirected to the QRCode page:

QR Code Page

Screenshot from 2023-03-20 15-33-00

By scanning the QRCode, you will have a link with the informations:

User information page

Screenshot from 2023-03-20 15-33-51

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published