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.
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] |
- Java
- Spring Boot
- JPA
- Maven
- Deploy: Railway
- Database: Postgresql
- Database H2
- Docker
Jodev