This is a springboot for managing conferences. Sessions can be created. Speakers can register as well as attendees
- 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