Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 719 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 719 Bytes

X-Press Publishing


Project Overview


The X-Press Publishing tool should allow users to:

  • Create, view, and update artists
  • Create, view, update, and delete comic book series
  • Create, view, update, and delete issues of a specific comic book series

How To Begin


  • To start, clone this repository.
  • Run npm install to install dependencies for the project.
  • In the root of the project, run node server.js or nodemon server.js (if you have nodemon installed)
  • To view your local version of the site, open index.html in Google Chrome.

Run SQL queries


Run node migration.js to run SQL queries in the file

Testing


  • Run npm test to test the functionalities