EasyKash Task

Very important ! :

Hint: I have put some dummy data, you can try with ?seller_id=1 or ?seller_id=2

Installation :

To run Server :

$ cd Server
$ npm install
$ npm start

The server will run on : http://localhost:8080/transaction

To run Client :

$ cd Client
$ npm install
$ ng serve

The Client will run on : http://localhost:4200

To run tests :

$ cd Server
$ npm test