A fullstack web application using Spotify's Web API. You can search for an artist or song and listen to music with the lyrics displayed. You can search for musician users and collaborate with them, save their contacts, send them an email. Also can save the lyrics.
Create a .env file in backend folder, with the following variables:
PORT={8080}
CONNECTION_STRING={mongodb://localhost:27017/musicapp}
REDIRECT_URI={http://localhost:3000/callback/spotify}
CLIENT_ID={d4057ca6c39b408496e9a83ecabe4b4a}
CLIENT_SECRET={-------client-secret--------}
cd backend
npm install
npm run dev
cd frontend
npm install
npm start