This is a Node.js application that reads files from a specific folder and inserts their details into a PostgreSQL database.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- PostgreSQL
- Clone the repository
- Run
npm install
to install the dependencies - Update the
dbConfig
object inapp.js
with your PostgreSQL database details - Run
node app.js
to start the application
The application reads files from the C:/xxxxx/xxxxx/xxxxx/Uploads
directory and inserts their details into the public."LawsuitUploadFile"
table in the PostgreSQL database.
- Node.js
- PostgreSQL
- pg - Non-blocking PostgreSQL client for Node.js
This project is licensed under the ISC License.