1.0.0 • Published 5 years ago

customerinvite-amit v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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