The following packages & applications must be installed beforehand. Installation of these packages & applications are out of this project's scope.
- Node v14.16.0 or latest Download & Install
Or
- NVM(Node version manager) Download & Install
And
- PostgreSQL v14 Download & Install
cd ./
docker-compose up
cd ./conversion-web
npm install
npm run serve
cd ./conversion-api
npm install
npm start
cd ./conversion-web
npm install
npm run serve