Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hir4/qrcode
Control of ticket with QRCode.
https://github.com/hir4/qrcode
bcrypt cookie-parser css express html javascript nodejs qrcode
Last synced: about 1 month ago
JSON representation
Control of ticket with QRCode.
- Host: GitHub
- URL: https://github.com/hir4/qrcode
- Owner: Hir4
- Created: 2021-06-25T04:39:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T21:17:16.000Z (over 3 years ago)
- Last Synced: 2024-11-07T03:40:58.827Z (3 months ago)
- Topics: bcrypt, cookie-parser, css, express, html, javascript, nodejs, qrcode
- Language: JavaScript
- Homepage:
- Size: 21.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QRCode
## :dart: About ##
Control of ticket with QRCode.
## :rocket: Technologies ##
- [HTML]
- [CSS]
- [Javascript]## :white_check_mark: Prerequisite ##
Before start, you will need:
- [express]
```bash
npm install express --save
```
- [body-parser]
```bash
npm install body-parser
```
- [cookie-parser]
```bash
npm install cookie-parser
```
- [bcrypt]
```bash
npm install bcrypt
```## :checkered_flag: Running
```bash
#Choose the port you want to start (default: 8080), then just run:
node app.js
```