Skip to content

A command line application that creates a virtual storefront by accessing product databases

Notifications You must be signed in to change notification settings

Byrnetp/shop-database-cli

Repository files navigation

shop-database-cli

A command line application that creates a virtual storefront by accessing product databases

This is an exercise in interacting with both SQL and NoSQL databases using Node.js applications. The project connects and interacts with both MySQL and MongoDB databases as instances of these. A virtual storefront is created by the customer applications which can be used to view and purchase items in the shop. The manager applacations then allow the shop owners to view and update their shop's data in a variety of ways. Between all four of the applications, all of the CRUD operations (create, read, update, delete) are utilized for both MySQL and MongoDB.

About

A command line application that creates a virtual storefront by accessing product databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published