Skip to content

Stateless RestFul Api using HTTP Protocol holding the logic of the TicTacToe Game. The final version will be a JAX-RX (Jakarta) & Jersey implementation with JUnit and RestAssured (BDD approach, Hamcrest, JsonSchema) testing, connected to a MySQL Database (DAO Model), with custom (mapped) exceptions, thread-safe (JDBC Transaction control and MySQ…

Notifications You must be signed in to change notification settings

andpenaspal/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe RestFul Api

Author: Andres Penas Palmeiro
Version 0.1 (Ongoing Project)

Summary

Stateless RestFul Api using HTTP Protocol holding the logic of the TicTacToe Game. The final version will be a JAX-RX (Jakarta) & Jersey implementation with JUnit and RestAssured (BDD approach, Hamcrest, JsonSchema) testing, connected to a MySQL Database (DAO Model), with custom (mapped) exceptions, thread-safe (JDBC Transaction control and MySQL-Locks) , Logger (slf4j - Logback) and Swagger documentation.

Completed

  • TicTacToe Logic
  • Junit Tests for TicTacToe
  • End Points
  • MySQL DataBase
  • DAOs
  • Controllers (link to DDBB)
  • Custom Mapped Exceptions
  • RestAssured Testing

TODO

  • Logger
  • Swagger

Technologies

Java, JAX-RX, Jersey, Maven, Junit, RestAssured, Swagger, Hamcrest, JsonSchema, MySQL

License

MIT License. See "LICENSE" for further information.

Contact Information

andpenaspal@gmail.com

About

Stateless RestFul Api using HTTP Protocol holding the logic of the TicTacToe Game. The final version will be a JAX-RX (Jakarta) & Jersey implementation with JUnit and RestAssured (BDD approach, Hamcrest, JsonSchema) testing, connected to a MySQL Database (DAO Model), with custom (mapped) exceptions, thread-safe (JDBC Transaction control and MySQ…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages