/uf-to-clp

A sample web app built with Vue.js, Express.js, Sequelize, PostgreSQL and Docker.

Primary LanguageVue

Conversion Web App

Installation & Setup

Prerequisites

The following packages & applications must be installed beforehand. Installation of these packages & applications are out of this project's scope.

Or

And


How to run?

Prerequisites

Development mode (Docker) (RECCOMENDED)

cd ./
docker-compose up
cd ./conversion-web
npm install
npm run serve

Development mode (Hot-reload)

cd ./conversion-api
npm install
npm start
cd ./conversion-web
npm install
npm run serve

uf-to-clp