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
- Host: GitHub
- URL: https://github.com/techbeansaus/db-qr-tracker
- Owner: techbeansaus
- Created: 2024-05-18T14:32:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T06:30:31.000Z (12 months ago)
- Last Synced: 2025-02-25T07:37:38.442Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```