Playlist creator

-.

Preview:

Overview

An App that lets users search for songs and create a playlist.

Table of Contents

Installation

  1. creating a folder which will contain our app and within it type the following command to create the JSON file containing all the information and dependencies:
  2. Use the command-line, npm i, to install Express, Express-Handlebars, and mysql npm.
  3. Use the command-line "npm run seed
  4. Now we create our main js file which will contain our application’s logic and name it “index.js”
  5. To start creating, devouring using Express, use the command, node server.js and navigate in the web browser to localhost:8080.
  6. Finally, let’s create a folder by the name of “public” in which we create a .css file and let’s call it “style.css” and we’re good to go.

Requirements

⚠️

  • MySQLWorkbench
  • Visual Studio Code
  • npm install mysql
  • npm install express
  • npm install body-parser

Front - End Usage

Deployed: https://polar-forest-29816.herokuapp.com/

Back - End Usage

    1. Run npm i command to install express or any other node packages needed.
    1. Run node server terminal command to start command-line application.
  • NPM to install:
    npm install mysql
    npm install express
    npm install body-parser

Built With

Future Improvements

  • Create multiple playlists
  • Delete a playlist
  • Delete a song from a playlist
  • Automatically refresh to save results
  • Add authentication git

Contributors

Contributors

Made with contributors-img.

License

This project is license under the MIT License license.

Questions

If you have any questions about the repo, open an issue or contact Egitweb directly eeg.iosdeveloper@gmail.com