MackHalliday / play-play-express

API with CRUD functionality for favorite tracks and playlists. Uses MusixMatch API
1 stars 0 forks source link

Create Playlist Table for Sprint 2 #24

Closed MackHalliday closed 4 years ago

MackHalliday commented 4 years ago

Create a playlist table for Sprint 2 user stories. New table should have a id, title, created_at, and updated_at.

MackHalliday commented 4 years ago

Playlist table created. Also add playlist model and route file for Sprint 2