Skip to content

codecallogic/fabworkflows

Repository files navigation

Logo

Fabworkflow

Countertop management software

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contact
  5. Acknowledgments

quote!

About The Project

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.

(back to top)

Features

  • QR code technology to track inventory
  • Stripe integration to process orders
  • Aggregate pipeline search
  • Simple UI optimzed for productivity

(back to top)

Built with

quote!

(back to top)

Getting Started

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.

(back to top)

Prerequisites

Environment intallations required to use the softeware.

  • npm
npm install npm@latest -g

(back to top)

Installation

  1. Clone the repo
    git clone https://github.com/codecallogic/fabworkflows.git
  2. Install NPM packages
    npm install
  3. Create next.config.js and config.js files
  4. Enter your KEYS in next.config.js
    GOOGLE = 'ENTER YOUR API';
    STRIPE = 'ENTER KEY';
  5. Set up enviroment variables with publicRuntimeConfig in config.js

(back to top)

Roadmap

  • Implement payment gateway
  • Integrate a DFX drawing CAD system
    • Add documentation
  • Develop client side design

(back to top)

Contact

Fabricio Guardia - [email protected]
LinkedIn - Visit

Acknowledgments

Helpful resources used in this project