- 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'
};
- In CMD just run this command:
ng serve
- Download and clone this repository vinyl_catalog-backend and run it with visual studio:
ng new vinylCatalogApp --legacyBrowsers=true --routing=true --skipGit=true --skipTests=true --style=scss --verbose=true