Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeabtsega1/qr-code-maker
A QR Code Maker made with the help of Node.js. Other Technologies used are Express.js and EJS.
https://github.com/yeabtsega1/qr-code-maker
ejs express javascript qrcode qrcodemaker
Last synced: 5 days ago
JSON representation
A QR Code Maker made with the help of Node.js. Other Technologies used are Express.js and EJS.
- Host: GitHub
- URL: https://github.com/yeabtsega1/qr-code-maker
- Owner: Yeabtsega1
- Created: 2024-06-09T15:46:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T08:01:30.000Z (7 months ago)
- Last Synced: 2024-11-07T05:14:26.971Z (about 2 months ago)
- Topics: ejs, express, javascript, qrcode, qrcodemaker
- Language: EJS
- Homepage: https://qr-code-maker-upt4.onrender.com
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Maker
A QR Code Maker made with the help of Node.js. Other Technologies used are Express.js and EJS.
## Demo## Features
- Generate QR Code Easily
- Genarate QR Code for URL or Text## Run Locally
Clone the project
```bash
git clone https://github.com/Yeabtsega1/Yeabtsega1/QR-Code-Maker.git
```Go to the project directory
```bash
cd Yeabtsega1/QR-Code-Maker
```Install dependencies
```bash
npm install
```Start the server
```bash
npm start
```## Documentation
- [Node.js](https://nodejs.org/en/docs/)
- [Express.js](https://expressjs.com/)
- [EJS](https://ejs.co/#docs)
- [Heroku Node.js](https://devcenter.heroku.com/categories/nodejs-support)