Welcome to Breakable Toy II This project provides a full stack web application that consumes Spotify web API, it uses OAuth2.0 Authentication and storages the token in a H2 Database, it also uses React context after retrieving the token to access the API.
- Java 22+
- Node.js 20+
- Docker(optional)
- Clone the repository.
git clone https://github.com/fercamoub/BreakableToy-2 cd BtDemoRepo - Follow the setup instructions below.
docker compose build
docker compose up
cd bt-back
./gradlew bootRun
cd btfront
npm install
npm run dev
- OAuth2.0 Authentication
- Docker enviroment
- H2 Database
- React, Material UI
- Spring boot, Gradle(Groovy)