Skip to content

Simple API that returns random Magic cards to be used in a cloud environment.

Notifications You must be signed in to change notification settings

ArturoBatistute/MagicService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic the Gathering api

Alt text

Description

Simple API that returns random Magic cards to be used in a cloud environment.

Technologies

  • Java 17 with Spring Boot Framework
  • Docker

Getting Started

  • To run a container:
docker build -t magic-service-api:latest .
docker run --name magic-api -d -p 8080:8080 magic-service-api:latest

About

Simple API that returns random Magic cards to be used in a cloud environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published