Skip to content

A project focused on real-time QR code reading and writing

Notifications You must be signed in to change notification settings

kadirdemirkaya/ProductQRCode

Repository files navigation

ProductQRCodeReadWithDynamic

  • This project is a real-time and qrcode focused project developed with .Net Core MVC.

Features Available in the Project

  • User authentication with Login/Register
  • QrCode creation
  • Real-Time QrCode reading
  • Real-Time e-mail sending
  • Real-Time product update
  • Real-Time notification management
  • Qrcode reading, update, QrCode verification with camera
  • User or guest tracking connected to the system

Run on Your Computer

Clone the project

  git clone https://github.com/kadirdemirkaya/ProductQRCodeReadWithDynamic.git

Then change the url or information appropriate to your server from the .json extension files

  appsettings.json
      - SqlConnectionString:
      - EmailConfiguration:

Go to the project directory and create and save the migration for the database

  cd /ProductQRCodeReadWithDynamic
  dotnet ef migrations add 'your_migration_name'
  dotnet ef database update

Run the server

  dotnet run

Screenshots of the Project

- In this section, a project-specific QrCode can be created in the detail section.

CodeCreate

- In this section, the code of a random product is read from the "ReadCode" section and you are directed directly to the product detail page.

CamReadCode

- If you want to update the product in this section, an e-mail is sent to the logged in account and verification is made by scanning the QrCode in the picture and the product update is completed successfully.

EditMail MailCode ProductUpdateForCode