Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 499 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 499 Bytes

Guess-The-Number-REST-Service

This project was origionally made on a separate repo hosted by The Software Guild. I am copying it here to display on my personal github hence the low contribution rate.

-Developed a Spring Boot REST application using JDBC Template to access an SQL Database managed by MySQL. The application allowed the user to play a guessing game inspired by the board game Mastermind.

-Technologies Used: Java, Spring Boot, JDBC Template, JUnit testing, MVC Architecture, REST