- Pipe Sizing Software built with React and a Flask backend.
Pied Piper is a pipe sizing software I built as my final year project in college. It is designed to achieve the following:
- Deduce pipe sizing parameter values.
- Accurate calculations due to reduced human error.
- Faster and efficient pipe sizing process.
Find the live version of this software here: piedpiper.com
- Node.js must be pre-installed.
- Clone the repository to your local machine using
git clone https://github.com/OfiliPatrick/pied-piper.git
- Install react dependencies and start the application using
cd pied-piper
npm install
npm start
- Navigate to
http://localhost:3000/.
- Ensure all parameters and fields are filled.
- Click on the calculate button.
- View pipe sizing results.
npm run build

