Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.04 KB

README.md

File metadata and controls

59 lines (36 loc) · 2.04 KB

AlertX

What is AlertX?

AlertX is an inventory alert system that notifies a shopper as soon as their desired product comes back into stock. Our product utilizes, a customizable notification system to ensure you know exactly when you can purchase an item. Let AlertX handle the hassel for you, by tracking your desired products once and getting a personalized notification when that item is back in stock.

"A fighting chance for your desired products"

Table of contents

This project adheres to the AlertX code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Authors

Installation:

Prerequisites

Node.js

Install the latest node.js release.

You can verify that node is installed by using "node -v" command.

NPM

Install the latest [npm] (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) release.

You can verify that npm is installed by using "npm -v" command.

Steps

-1 Update files to local system.

-2 Navigate into the site/directory.

-3 Run the server with "node app.js local"

-4 Go to "localhost:8080" in your browser.

Contributing

We encourage you to contribute to AlertX! Please check out CONTRIBUTING.md for details on how to get involved.

License

AlertX is licensed under the MIT License - see the LICENSE.md file for details