Skip to content

sf-wdi-26/express-spotify-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Spotify Notes App

Objective: Use Express to make a RESTful API for a customized song list. Adapt the client for your app to use Handlebars templating to CREATE, READ, UPDATE, and DELETE tracks.

Getting Started

  1. Fork this repo, and clone it into your development directory on your local machine.
  2. Follow the challenges from the Express API module. By the end of the challenges, you should have:
  • A RESTful API with server routes to Search for songs on Spotify and "CRUD" them in your own db
  1. Once your API is finished, build a client for your app. A user should be able to:
  • See a list of all tracks
  • Create a new track
  • Update an existing track
  • Delete an existing track
  1. Make sure to take advantage of Bootstrap for a good UX.

Completion

  • As you make code changes, frequently commit and push to GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published