Invenstory provides Amazon sellers with a useful information dashboard.
Postgres Express React Node
##Installation
- Clone the repo
- Run
npm install
in the terminal - Set the necessary environment variables.
- Run
npm start
in the terminal
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 projectnpm 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
- Clone this repo.
- Create feature branches with
feature/
prefixed to the name. Do not fork repo. - When you are ready to merge your changes, rebase your feature branch from the dev branch.
- Push to your remote feature branch and create a pull request to the dev branch.
- Notify a teamate that is involved with the content you are submitting and have them review and Merge it.
- Notify all team members in the Slack ‘@channel rebase’
- 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, rungit rebase dev.
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.
- [Chris Hummel] (https://github.com/chrishummel)
- [Jake Lambert] (https://github.com/djake)
- [Nathan Schwartz] (https://github.com/Nathan-Schwartz)
- [Hugh Suh] (https://github.com/flickerbits)