b0n541 / cardstalker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cardstalker

Introduction

Monitoring cardmarket and notify user of new best prices

Local Setup

git clone git@github.com:TheGor1lla/cardstalker.git
cd cardstalker
docker-compose up -d
./mvnw spring-boot:run

Authentication

The credentials for the user can be configured via the application.yml:

app:
  username: gor1lla
  password: gor1lla
  role: USER

About


Languages

Language:Java 76.9%Language:HTML 17.3%Language:CSS 5.8%