Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 251 Bytes

File metadata and controls

11 lines (7 loc) · 251 Bytes

amazon

Setup

  1. npm install
  2. Run the SQL queries in schema.sql in the mysql shell to set up the database and tables.
  3. Run the SQL queries in seed.sql to seed the database with some initial data.

Running

  1. node server.js