Skip to content

amitchamp/extracting-docx-content

Repository files navigation

extracting-docx-content

Extracting the content from Word files in NodeJS

Node js program that can parse the job Description Doc file and update it into the respective fields of the job Description into the DB. Before it can update into a Mango DB it should be loaded into a page having all the fields and ask user permission to submit it.

Instruction: how to use

  1. Install project dependency using npm install command.
  2. Run the project on local using node app.js or nodemon app.js command.
  3. Make sure your mongodb server is running on your local or on server.
  4. Now go to http://localhost:3000/ or your serverURL on your browser, app is running perfectly fine there.
  5. For database and port settings you can change in config.env file.

About

Extracting the content from Word files in NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors