This program allows you to upload xlsx file from your desktop, convert it into CSV and upload it in a postgress server. To get started do the following the steps: -
- Clone this repo.
- Install the required dependencies using npm install.
- Create a uploads folder in public of the client module.
- Change the pgserver details like the username and pass in server.js.
- Cd to root directory and use npm run dev to get the code running.