api to upload excel files and store data in DB, also to retrieve data in json
Run Locally node src/server.js
Uploading Excel Files to DB
Send POST to "/upload" with the excel file as a form-data parameter with key "file"
Get all inovices in json
Send GET request to "/inovices"
Get all vendors in json


