Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.03 KB

Conference


Table of contents

General info

This project is a Spring application.
The main purpose is to manage speakers and sessions to schedule conferences.
There are two general endpoints created to list all data:

  1. https://conference-kpilszak.herokuapp.com/api/v1/sessions
  2. https://conference-kpilszak.herokuapp.com/api/v1/speakers

Technologies

Project is created with:

  • Java 11
  • Spring Boot 2.3.0
  • Maven
  • PostgreSQL IDE: Intellij IDEA 2018

Setup

To run this project, open this in a new tab: https://conference-kpilszak.herokuapp.com

Sources

This project was created as an exercise from Pluralsight course "Spring Framework: Creating Your First Spring Boot Application" by Dan Bunker.