Skip to content

api to upload excel files and store data in DB, also to retrieve data in json

Notifications You must be signed in to change notification settings

spaul73/excel_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel_api

api to upload excel files and store data in DB, also to retrieve data in json

Run Locally node src/server.js

Deployment Link

Usage

Uploading Excel Files to DB

Send POST to "/upload" with the excel file as a form-data parameter with key "file" Postman example

Get all inovices in json

Send GET request to "/inovices" Postman example

Get all vendors in json

Send GET request to "/vendors" Postman example

About

api to upload excel files and store data in DB, also to retrieve data in json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published