justinmauldin7 / Play_BE

0 stars 1 forks source link

Initial Setup & Schema work #12

Closed justinmauldin7 closed 5 years ago

justinmauldin7 commented 5 years ago

closes #6 closes #11

-Sets up Express, Knex, Body-parser & node in the backend repo. -Creates the "play" database. -Creates the playlists, favorites & playlists_favorites tables and migrates them into the database. -Creates seed data for favorites & playlists. (Can't figure out how to seed the join table yet.) -Updates package.json file to allow localhost to run successfully.

(This was paired driver/navigator work with Dan.)