Skip to content

sosergio/startangular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDG Frontend DCAS

User Interface

The dcas-ui folder contains the user interface, an angular app.

To build the app for production run the following script:

cd dcas-ui
npm install
npm run build

To build the app for development run the following script:

cd dcas-ui
npm install
npm run start

A live reload node js server will start, and a change in files will trigger a rebuild.

Backend for Frontend

The dcas-bff folder contains the backend for frontend, a node.js app.

To build the app for production run the following script:

cd dcas-bff
npm install
npm run build

To build the app for development run the following script:

cd dcas-bff
npm install
npm run start

A live demon process will watch for file changes and trigger a rebuild.

Docker

At the root level there is a docker-compose.yml file which can be used to run both projects in a production environment.

docker-compose build
docker-compose up

The Bff will be running at http://localhost:5000 and the Ui at http://localhost:80. Bff api documentation is available at http://localhost:5000/documentation

About

A repo with a bootstrap angular app and a node backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors