This is the readme file for the Post Comments and Buttons of the SoundCloud clone "SoundClone."
- Run "npm install" on package.json
- Run "mysql -u root -p < database/schema.sql" to create database and table for mysql
- if you run into mysql error related to issue of config.js file not find. Update "yourconfig.js" with your mysql password and update the file link at the top for "db.js" and "seed.js"
- Run "npm run seed" to create faker data for the table