Skip to content

nesticle8bit/vinyl_catalog-frontend

Repository files navigation

Vinyl Catalog App

screenzy-1602293284733


Vinyl Catalog

Login

Login

Community

Community

Demo

https://vinylcatalog.club/

Last.fm Integration

  • Create an account in last.fm and create an app to generate an api key
  • Add the api key in environment.ts:
export const environment = {
  production: false,
  api: 'http://localhost:56031/api',
  lastFmApiKey: 'LAST_FM_API_KEY'
};

Build

  • In CMD just run this command:
ng serve

Execute API


ng new vinylCatalogApp --legacyBrowsers=true --routing=true --skipGit=true --skipTests=true --style=scss --verbose=true