Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AndriyPapirnyk/QR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

QR

A group project that helps to verify the device by scanning a qr code and entering the results

Tech Stack

Client: React, Vite, TS, SCSS

Server: Node.js, Express, Mongodb, Mongoose

Deployment

To deploy this project run

client:

  npm i
  npm run dev

server:

  npm i
  npm start

Client Routing

Get main page:

  /

Get rating page:

  /rating

API Reference

Get all items

  GET comming soon
Parameter Type Description
api_key string Required. Your API key

Get item

  GET comming soon
Parameter Type Description
id string Required. Id of item to fetch

Features

  • user authorization by scanning a QR code
  • management of scan results by the unique ID of the device
  • scanning limit (1 time per day)
  • strict typing of data using TS

Screenshots

App Screenshot App Screenshot

Authors

Feedback

If you like our work, please subscribe and add a star to this project :)

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •