/plan-builder

this is a test application builds all available combinations of services and addons

Primary LanguageJavaScript

Plan Builder

This project was built for a company test.

This project shows a list of available bundles of services based on the strucure of file server/services_addons.json.

Installation

npm i # install front end dependencies
cd server
npm i # install back end dependencies

Testing

Testing back end

cd server
npm run test

Running

First open two terminals intances and at the first terminal run:

npm run start

On the second terminal run:

npm run start

This project was bootstrapped with Create React App.