Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 774 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 774 Bytes

##JATIC - Just another ticket Checker

Wanna learn go and had to generate a huge ammount of tickets so why not?

Eventually you could use this program to generate tickets for any events you want, scan a QR code and validate it.

There is a config.json file that you can use to customise your ticket passing your pdf ticket template and the coordinates to write for example ticket owners name valid date or so.

Will extract data from a csv, then tickets will be created.

Csv data must be as follows:

name dni numtickets

Every ticket will be asigned a SHA1 key that will be saved in a db This SHA1 key will be added to ticket in a QR

-- Dependencies --

go get -u github.com/skip2/go-qrcode/... github.com/mattn/go-sqlite3