An interactive web application designed to retrieve information about your favorite artists and songs, offering a personalized recommendation system tailored to your musical preferences.
Node.js and npm need to be installed.
- Navigate to the client directory:
cd client - Install dependencies:
npm install - Run the development server:
npm run dev - The application will be accessible at http://localhost:5173
- Navigate to the server directory:
cd server - Install dependencies:
npm install - Start the server:
npm start - The server will be listening on port 8888