Skip to content

danilobml/gamestore

Repository files navigation

Gamestore - REST API for managing collections of games.

Tooling:

Framework: Java Spring Boot

Build tools: Maven, Docker

Live deployed (with CI/CD):

http://delicious-hanni-danilobml-c0cd7d80.koyeb.app

Swagger-UI OpenApi docs:

https://www.delicious-hanni-danilobml-c0cd7d80.koyeb.app/swagger-ui/index.html

To Test:

Login:

-Do a POST request to http://delicious-hanni-danilobml-c0cd7d80.koyeb.app/users/login, with a request body in JSON format consisting in:

{ "username": "test-user", "password": "test-pass" }

-From the Response, copy the "Authorization" header value ("Bearer ..."); -On each request to the API, add a header "Authorization" and paste it as value.

About

Game collections REST API, developed with Java Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages