Skip to content

luillyfe/customerManagment

Repository files navigation

CustomManagment

Single Page Application for custom managment.

Requirements

  • List all customer
  • Add new customer
  • Link to edit a new customer (Customer-detail page)
  • Delete a customer
  • ##Customer detail page
  • Edit and remove profile data

Install

run this commmands npm i or yarn install.

Build

Run ng build --prod to build the project.

Run the project

After the build you should be able to run the project, npm start or yarn start

Continuos integration

Each push to the source code triggers a build on CircleCI, check the build here.

Continuos deployment

Each CircleCI build triggers a deployment on Microsoft Azure, check here.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.