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
- To start, clone this repository.
- Run
npm install
to install dependencies for the project. - In the root of the project, run
node server.js
ornodemon server.js
(if you have nodemon installed) - To view your local version of the site, open index.html in Google Chrome.
Run node migration.js
to run SQL queries in the file
- Run
npm test
to test the functionalities