This project automates the tool inventory system in our machine shop. Along with a csv reader from infor that will send shipping updates to shopify through their API.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project will require connections to multiple API's. This includes shopify, azure, your postgres server.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Andresr35/Nodejsapps.git
- Install NPM packages
npm install
- Started with creating a front end with react to hold data
- Created a postgres database to hold tool inventory data
- Connected the database and front end with an express backend
- Continued to add function and pages to finish the automation project
- Created a csv reader and parser to send to backend
- Created a route to accept shipping info updates to send to shopify api wiht graphql
Distributed under the MIT License. See LICENSE.txt
for more information.
Andres Ruiz - andres.ruiz3561@gmail.com
Project Link: https://github.com/Andresr35/Nodejsapps
PERN stack for Valtra update test
Front end for app Sign in page using microsft azure auth for @stronghandtools accounts PERN stack client(ui) PERN stack server is disabled
SQL server available for ui
server/backend still to be implemented
small updates to ui
update fucntionality fixed
version number displayed
name of user can be read
logo/ favicon changed to Valtra inc logo (looks jank rn)
can change database
discovered deployeing manually from vs code is better than github(ignore aborts for now)
commit 1.0.10
server is hooked up onto ui with sql database and api's