Table of Contents
Fabworkflow is a management software for a countertop fabricator. Fabworkflow allows the business to create quotes, record and manage inventory, process purchases, and track warehouse jobs and activities. Fabworkflow aims to be a fully integrated warehouse management system including drawing professional countertop layouts.
- QR code technology to track inventory
- Stripe integration to process orders
- Aggregate pipeline search
- Simple UI optimzed for productivity
To set up the project locally follow these steps. Please note that these steps are for the client side of the project. For server side guide and set up clone server side code. Server installation is required to run the software.
Environment intallations required to use the softeware.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/codecallogic/fabworkflows.git
- Install NPM packages
npm install
- Create
next.config.js
andconfig.js
files - Enter your KEYS in
next.config.js
GOOGLE = 'ENTER YOUR API'; STRIPE = 'ENTER KEY';
- Set up enviroment variables with publicRuntimeConfig in
config.js
- Implement payment gateway
- Integrate a DFX drawing CAD system
- Add documentation
- Develop client side design
Fabricio Guardia - [email protected]
LinkedIn - Visit
Helpful resources used in this project