GithubHelp home page GithubHelp logo

chrishummel / invenstory Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teamcommercium/invenstory

0.0 1.0 0.0 3.6 MB

An inventory management and price tracking tool for amazon merchants.

JavaScript 89.31% HTML 0.68% CSS 9.42% Shell 0.59%

invenstory's Introduction

Invenstory

Invenstory provides Amazon sellers with a useful information dashboard.

Stack

Postgres Express React Node

##Installation

  1. Clone the repo
  2. Run npm install in the terminal
  3. Set the necessary environment variables.
  4. Run npm start in the terminal

NPM scripts

  • npm start will run webpack to bundle the front end and then run the server. Doesn't watch for changes.
  • npm test will run all available tests on the project
  • npm run front will run webpack and rebundle the front end on changes.
  • npm run back will run babel-watch (similar to nodemon) and restart the server on changes.
  • npm run hot will run webpack's dev server and hot reload changes for the client side

Git Workflow

  1. Clone this repo.
  2. Create feature branches with feature/ prefixed to the name. Do not fork repo.
  3. When you are ready to merge your changes, rebase your feature branch from the dev branch.
  4. Push to your remote feature branch and create a pull request to the dev branch.
  5. Notify a teamate that is involved with the content you are submitting and have them review and Merge it.
  6. Notify all team members in the Slack ‘@channel rebase’
  7. Pull and rebase the dev branch onto any unmerged feature branches. E.g. from dev branch, run git pull origin dev, then from each feature branch, run git rebase dev.

Contribution Guidelines

Want to help? Create a new issue, fork this repo and submit a pull request from a feature branch in your fork to dev in this repo which references the issue you've solved.

Credits

invenstory's People

Contributors

djake avatar flickerbits avatar nathan-schwartz avatar chrishummel avatar mks-students avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.