Skip to content

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

Notifications You must be signed in to change notification settings

jaymindesai/event-registration-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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