customerinvite-amit
v1.0.0
Published
This is an assignment to be submitted to biz2credit
Downloads
1
Readme
This is a code assignment
To Start the application :- -Go to cmd on this folder -Start the app -> node .
data folder has 2 files :- -customers.txt -> holds the customer data -constants.json -> holds all the constant variables used in our app
services folder has 1 file :- -customerInviteServices.js -> holds the reusable functions to be used by our app
worker folder has 1 file :-
-customerInviteWorker.js -> is the main file i.e. our app starts here.
-> Also, holds the logic of our app