Skip to content

Web service for comparing online sales offers in terms of quality and affordability relative to other offers.

License

Notifications You must be signed in to change notification settings

navijation/deal-steal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deal-steal

Web service for comparing online sales offers in terms of quality and affordability relative to other offers.

Usage

You must first have the MongoDB daemon running. After installing MongoDB, start the daemon (on Ubuntu 18.04 this is done via $sudo service mongod start). The application will write to the "dealsteal" database, creating one if it doesn't already exist.

Next, simply run $./app.js in the current directory. The server runs on port 3001 by default. You must have node installed to run the server. You must also have npm installed to satisfy project dependencies (install using $npm install in the project root directory).

About

Web service for comparing online sales offers in terms of quality and affordability relative to other offers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published