Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


QRCode Icon

QRCode


Main language of the project

Quantity of language used


## :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
```