Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 756 Bytes

STEPS_TO_RUN.md

File metadata and controls

19 lines (18 loc) · 756 Bytes

Follow below steps for run the musicify application

  1. create .env (no need to specify file name just create file with .env name) file in root directory of project.
  2. add below code
VITE_SHAZAM_CORE_RAPID_API_KEY = API_Key
  1. save all changes and run below command in terminal
npm install
npm run dev

How to get API key?

  1. go to this link
  2. then login to rapid api or sign up for get the rapid api key.
  3. after login go to endpoints tab in this page.
  4. copy key from here and paste it without quote. image