QRGenPlus is a free website that allows users to enter a link and download a QR code that references that link. Its easy and fast!
This guide explains how to setup and run the project on your machine.
Before you begin, make sure you have the following software installed on your machine:
-
Node.js: To run the project and manage dependencies.
-
npm (Node Package Manager): To install and manage project dependencies.
- Install the project from https://github.com/NotLambo/QRGenPlus
- store it in a directory
-
Navigate to the project directory using the
cd
command:cd QRGenPlus
-
Run the following command to install the required Node.js modules specified in the
package.json
file:npm install
This command will download and install all the necessary dependencies
-
After the installation is complete, you can start the project by running the following command:
npm start
This command will initiate the project and launch the application. You should see output indicating that the project is running and listening for incoming requests. -
Open your web browser and go to
http://localhost:5000
or the link that is logged in the terminal to access the project.