Play is a full-stack JS / Express music-themed CRUD application and a partner project for Module 4 Back End students at Turing School of Software & Design. The project introduces students to Express with a Postgres database, Node.js, and HTTP testing in these frameworks.
Looking for our API back end? Visit play-backend.
Play interfaces with the external API Musixmatch to populate songs by a searched artist, then allows the user to track favorite songs and add favorites to playlists.
- Clone this repo
- In your terminal, run
npm install
andnpm start
- In your browser, visit
http://localhost:8080/
to run the application.