This repository contains the Spring Boot (3.1.2) API for Hockey Teeth. Follow the instructions below to set up your development environment and run the API.
Find more details at the API's README.
- Java 17 (JDK: corretto-17)
- Docker
- Clone the Repository
git clone git@github.com:ZachGrande/hockey-teeth.git && cd hockey-teeth/api/hockey-teeth- Build with Gradle
./gradlew build- Run Docker Container
AWS_ACCESS_KEY_ID=...
AWS_DEFAULT_REGION=...
AWS_SECRET_ACCESS_KEY=...
SPOTIFY_API_CLIENT_ID=...
./run-api.shAPI will be accessible at http://localhost:8080.