Skip to content

Created to demonstrate the OCLIF framework, DB ORM and MVC-like patterns, and Node JS project structure for a friend

Notifications You must be signed in to change notification settings

martinshaw/pricetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pricetracker

Used to demonstrate some basic sequelize DB ORM functionality and a simple ORM + MVC architecture for a price tracking application.

Installation

  1. Clone the repository
  2. Run npm install to install dependencies

Usage

Add Product

node index.js add-product "<amazon url>"

For example: node index.js add-product "https://www.amazon.co.uk/SUANPOT-Samsung-Blocking%E3%80%91-Leather-Shockproof-Light-Brown/dp/B09M6GRDXR/ref=sr_1_1_sspa?keywords=samsung+s9+phone+case&qid=1687367667&sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1"

List Products

node index.js list-products

About

Created to demonstrate the OCLIF framework, DB ORM and MVC-like patterns, and Node JS project structure for a friend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published