A community for record enthusiasts to review their favorite albums.
View an online demo of this app at the following url:
https://lg-phase-4-challenge.herokuapp.com
Clone this repo
git clone https://github.com/eastnorthwest/phase-4-challenge
From the root of the repo, install dependencies
npm install --save
Use the following commands to set up and seed your database:
- Create PostgreSQL database
vinyl:$ npm run db:create - Set up database tables from
schema.sql:$ npm run db:schema - Load seed data from
albums.sql:$ npm run db:seed
Run the app
npm start
Load the app in your web browser