/event-registration-service

Template REST API for an on-demand Event Registration System.

Primary LanguageJava

Event Registration Service

Template REST API for an event registration system.

Requirements:

  • JDK 1.8
  • Spring Boot
  • MySQL
  • Maven 3.5.0 or above
  • Lombok (heavily used to avoid boilerplate code - plugin required in IDE for annotation processing)

Setup:

Populate DB:

  • run src/test/java/util/InsertDataScript

Start Server:

  • command line: mvn spring-boot:run