Flowbiz is a startup that builds a platform for developing and managing all kinds of projects using outsourced professionals from all over the world.
Entrepreneurs will develop their ideas into products on the platform, overcoming low funding and lack of technological knowledge.
Small companies would pay precisely the value for product development via the platform, excluding unproductive time
The following repos participate in constructing the Flowbiz platform
The pablo application is a Gatsby React server that serves as the Landing page for Flowbiz.
The public production site is here
This Flogo Server Simulator serves pablo client both statically when pablo gatsby build process retrieves pages data in order to pre-render the pages (Server Side Rendering) and dynamically when the user operates using the react app in the browser.
End-To-End testing is done using protractor test suite.
The tests simulate a user creating project and pages in the platform.
Currently, there are 73 passing steps. Tests must always pass during development.
npm install protractor -g
protractor [Path_to_Pablo]\tests\consenz\conf_buildConsenzProjectFromScratch.js