Skip to content

exteso/badge-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 94.5%
  • HTML 5.5%