Skip to content

Full back-end CRUD API using SQLite3, Express, and React for front-end.

Notifications You must be signed in to change notification settings

sisilhowie99/xpress-publishing

Repository files navigation

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

About

Full back-end CRUD API using SQLite3, Express, and React for front-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages