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.
- Fork this repo, and clone it into your development directory on your local machine.
- 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
- 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
- Make sure to take advantage of Bootstrap for a good UX.
- As you make code changes, frequently commit and push to GitHub.