Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 440 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 440 Bytes

ClickBus_Backend_Challenge

Simple challenge to test my skills on building APIs (not complet yet)

Technologies

  • Java
  • Spring Boot
  • MySQL
  • JPA
  • OpenSwagger
  • H2

Features

  • Save a Place
  • Get all Places
  • Get Place
  • Uptade Place
  • Delete Place
  • Search Places

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

  3. MySQL - 5.x.x

This API will be modified in the future

  • Unit Tests and Integration Tests
  • Docker