bootcamp-homework-013

Heroku Demo

Visit https://calm-bastion-83000.herokuapp.com/

How to Install Locally

  1. Execute the following files in MySQL Workbench
    db/schema.sql
    db/seeds.sql
    
  2. Install the required Node.js modules by executing:
    npm i
  3. Run the server using:
    node server.js