simplyjuanc / SoundHarbor

https://sound-harbor.vercel.app
1 stars 2 forks source link

SoundHarbor

SoundHarbor is a unique music shopping recommendation engine that harnesses the power of your Spotify music profile. This marketplace application, currently featuring the buy-side user flow, allows users to expand their physical record collection by purchasing records from Discogs, record shops, or directly from other users.

Explore the application through the demo video

Screenshot 2023-12-09 at 13 49 20 Screenshot 2023-12-09 at 13 50 06 Screenshot 2023-12-09 at 13 50 50

Features

Getting Started

This project is built with Next.js and bootstrapped using create-next-app.

Installation

First, install the required packages:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run the Development Server

Copy code and from within the root folder run:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 in your browser to see the result.

Note: This application heavily relies on the Spotify and Discogs APIs. Ensure you create apps in their respective API services and configure the following environment variables:

Learn More

To delve deeper into Next.js, explore the following resources:

Next.js Documentation - Learn about Next.js features and APIs. Learn Next.js - An interactive Next.js tutorial.