This project is a QR Code Generator web application built with Express.js and EJS templates. It generates QR codes for URLs, texts, emails, phone numbers, SMS, and geolocations.
-
Clone the repository:
git clone https://github.com/roudges2/rapidqr.git
-
Navigate to the project directory:
cd rapidqr
-
Install dependencies:
npm install
-
Set up environment variables: Create a .env file in the root directory and add the following:
SITE_NAME=your-site-name PORT=3000 # Add any other environment variables if required
-
Run the application:
npm start
- Access the application in your browser at http://localhost:3000
- Generate QR codes by accessing different routes:
- Express.js - Web application framework
- EJS - Embedded JavaScript templates
- QRCode - QR code generator