An open API service indexing awesome lists of open source software.

https://github.com/techbeansaus/db-qr-tracker

Backend service for a QR code tracker application which allows creation of a QR code and also monitors the usage of the QR code. It could be helpful for marketing companies who run and manage QR code campaigns to monitor effectiveness. Technologies used are node js and mongo db cloud
https://github.com/techbeansaus/db-qr-tracker

Last synced: 7 months ago
JSON representation

Backend service for a QR code tracker application which allows creation of a QR code and also monitors the usage of the QR code. It could be helpful for marketing companies who run and manage QR code campaigns to monitor effectiveness. Technologies used are node js and mongo db cloud

Awesome Lists containing this project

README

          

# db-qr-tracker

This project is a QR code scanner and tracker using the MERN stack. The front-end is built with React and the back-end is built with Node.js and Express. The database is MongoDB.

## Installation

Clone the repository:

```bash
git clone https://github.com/charanjeetdhaliwal/db-qr-tracker.git
```

Switch to the repository directory:

```bash
cd db-qr-tracker
```

Install dependencies:

```bash
npm install
```

Start the development server:

```bash
npm run start
```