/conference-scheduler

This is a springboot for managing conferences. Sessions can be created. Speakers can register as well as attendees

Primary LanguageJava

conference-scheduler

This is a springboot for managing conferences. Sessions can be created. Speakers can register as well as attendees

Installation

  • Run the command below to install dependencies mvn clean install
  • Run the command to start the service with the dev profile: mvn clean install spring-boot:run -Pdev