mklemersson / plan-builder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 97.7%Language:HTML 2.3%