Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)