Skip to content

App to load in ticket data and send to the Alfio app for label printing

Notifications You must be signed in to change notification settings

swicket/badge-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Badge-Service

Requirements:

  • Java 1.8 and up
  • Maven

Installation and tests:

From the badge-service folder, run mvn install

Start application:

From the badge-service folder, run java -jar target/badge-service-0.0.1-SNAPSHOT.jar

Add csv file of attendees:

Add file, using event-report.csv format as an example, to src/main/resources. Then amend application.properties eventReport.path so it points to to the file.

Startup issues:

Check the mapping in application.properties matches the headers in the CSV file. See event-report.csv for an example.

About

App to load in ticket data and send to the Alfio app for label printing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.6%
  • HTML 5.4%