new backend added for prospects

parent ec0ed253
......@@ -9,12 +9,14 @@ const products = generateProducts(50);
const users = generateUsers(50);
const customers = generateCustomers(50);
const vendors = generateVendors(50);
const prospects = generateVendors(50);
const finalOutput = {
users: users,
products: products,
customers: customers,
vendors: vendors,
prospects: prospects,
};
const file = './db.json';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment