COMP3005A-Project / bookstore

Main project for course COMP3005. Full web application representing a virtual bookstore.
1 stars 0 forks source link

Feature/order processes #50

Closed nwarsalee closed 2 years ago

nwarsalee commented 2 years ago

Added all the required backend processes for after an order is processed.

As a result, new queries and service functions have been created and the DB model has been altered to help these changes.

Closes #47 and closes #41