Skip to content

ismetyavuz/itunes-album-lister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTunes Album Lister

iTunes Album Lister is a simple Angular app that allows you to search for music albums using the iTunes Search API and view their details.

App Screenshot

Table of Contents

Getting Started

These instructions will help you set up and run the iTunes Album Lister on your local machine.

Prerequisites

Make sure you have the following software installed:

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/sOoT/itunes-album-lister.git
  1. Navigate into the project directory
cd path/to/itunes-album-lister/www
  1. Install the project dependencies
npm install

Usage

To start the development server and run the app, use the following commands:

ng serve

Open your web browser and go to http://localhost:4200/ to access the iTunes Album Lister. You can then search for music albums by artist.

Running with Docker Compose

You can also run the iTunes Album Lister using Docker Compose. Docker Compose simplifies the setup of the development environment. Follow these steps:

  1. Make sure you have Docker and Docker Compose installed on your system.
  2. Build and start the Docker containers:
docker-compose up -d
  1. Open your web browser and go to http://localhost:4200/ to access the iTunes Album Lister running within a Docker container.
  2. For stopping Docker containers:
docker-compose down

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published