Skip to content

Sample application to manage customers using Angular6 and NodeJS

Notifications You must be signed in to change notification settings

amine187/customer-manager

Repository files navigation

Customers Manager

This project was generated with Angular CLI version 6.2.1. Build Status Known Vulnerabilities GitHub package version npm type definitions

Development server

Run npm run start:dev for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project.

Production server

After build the project you can run npm run start for a prod server. Navigate to http://localhost:3000/.

Running unit tests

Run npm run test:ui to execute the unit tests of frontend side via Karma.

Run npm run test:api to execute the unit tests for the node REST API via Mocha.

Deployment application

This application deployed by Heroku, so you can manage your customer following this Link