/InventoryEcho

Web app in development that tracks a club's inventory for items to sell.

Primary LanguageJavaScript

Build Status Codacy Badge iEcho Version iEcho NPM Version

InventoryEcho

This web app works as a database to manage a student organization’s inventory as well as track budget. The application can track item entry, deletion, and financial health of SJSU student organizations.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need Node.js and Redux DevTools prior to installing.

  • Install Node.js
    • On Windows, Linux and MacOS, install the latest Node version from the Node.js website.
  • Install Node.js
    • On Windows, Linux and MacOS, install the latest Redux DevTools from the Google Chrome extension store.

Installing

With Node and Redux DevTools installed, clone this repository with

git clone https://github.com/evanugarte/InventoryEcho.git

To Run:

  • In Command Prompt:
    1. Go to file location in your machine: cd InventoryEcho
    2. Install all dependencies with npm install and npm run client-install
    3. To run the program: npm run start
      • To run in development mode: npm run dev

Authors

All work up to today Evan Ugarte - evanugarte Ali Zand - alizand1992

Acknowledgments

  • You, the reader