Skip to content

MelissaAntunes/dslist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSList

DSList is an back-end application that allows you search for a game, which was build during a mini course from DevSuperior.

Domain Model

dslist-model

Used Techonologies

  • Java
  • Spring Boot
  • H2 Database
  • PostgreSQL
  • Docker

Requirements to run the application

  • Java 23
  • Clone the repository
  • Address to test the API: (localhost:8080)

Routes

  • (/games): Find a list of games
  • (/games/{id}): Find a game by the id
  • (/lists): Find the list categories
  • (/lists/{id}/games): Find a categorized list with its games
  • (/lists/{id}/replacement): Let the user reorganize the list

dslist

Docker Compose Script

https://gist.github.com/acenelio/5e40b27cfc40151e36beec1e27c4ff71

Releases

No releases published

Packages

No packages published

Languages