- This project is a real-time and qrcode focused project developed with .Net Core MVC.
- 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
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