Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andriypapirnyk/qr-server
https://github.com/andriypapirnyk/qr-server
mongodb mongoose nodejs
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andriypapirnyk/qr-server
- Owner: AndriyPapirnyk
- Created: 2024-01-21T20:27:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-10T22:58:12.000Z (12 months ago)
- Last Synced: 2024-11-20T21:05:53.628Z (2 months ago)
- Topics: mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](https://qrcode-app.co/img/logo-big.png)
# QR Server
A group project that helps to verify the device by scanning a qr code and entering the results
## Tech Stack
**Server:** Node.js, Express, Mongodb, Mongoose
## Deployment
To deploy this project run
server:
```bash
npm i
npm start
```## Server API
Get all users:
```bash
/api/user/getAllUsers
```Get all shop products:
```bash
/api/user/getAllProducts
```Get scan count:
```bash
/api/user/getCount
```| 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)## Authors
- [AndriyPapirnyk](https://github.com/AndriyPapirnyk)
- [OstapoKapo](https://github.com/OstapoKapo)## Feedback
If you like our work, please subscribe and add a star to this project :)