Skip to content

hstevemcdonald/phase-4-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vinyl

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

Getting Started

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:

  1. Create PostgreSQL database vinyl: $ npm run db:create
  2. Set up database tables from schema.sql: $ npm run db:schema
  3. Load seed data from albums.sql: $ npm run db:seed

Run the app

npm start

Load the app in your web browser

http://localhost:3000

About

Project Vinyl - Phase 4 interview

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors