Skip to content

kpilszak/conference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.