/DevTest

DevTest is a mini loan system developed with Angular and Express with Node for backend

Primary LanguageTypeScript

DevTest

This project was generated with Angular CLI version 8.0.2.

Author

@_Johnvict.

Backend

The app consumes Node server

Reproduction Guide

Clone or Download the repository to any directory of your choice on your local machine and cd into your project directory To install dependences run below command $ npm install

To start app run ng serve angular frontend which starts the app at http://localhost:4200/

To start server run npm run start:server which starts the api backend server at http://localhost:3000/

Demo

Check out online demo Here.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

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.