Skip to content

Moonjose/DSList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSList

About

DSList is a REST API built during the Javaspring intensive, an event organized by DevSuperior.

The API consists of a list of games with data such as name, year of release, description, image, etc.

Domain model

Modelo Conceitual

Endpoints

Endpoints Usage Params
GET /games Get all of the games -------------------------------------------
GET /games/:id Get a game by id id: [Number]
GET /lists Get all lists -------------------------------------------
GET /lists/:id/games Get all games by list id id: [Number]
POST /lists/:id/replacement Move a game to other list position id: [Number]

Stack

Back end

  • Java
  • Spring Boot
  • JPA
  • Maven

Production Environment

  • Deploy: Railway
  • Database: Postgresql

Local Environment

  • Database H2
  • Docker

Author

Jodev

https://www.linkedin.com/in/jodvs/

Releases

No releases published

Packages

No packages published

Languages