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.
- Install project dependency using npm install command.
- Run the project on local using node app.js or nodemon app.js command.
- Make sure your mongodb server is running on your local or on server.
- Now go to http://localhost:3000/ or your serverURL on your browser, app is running perfectly fine there.
- For database and port settings you can change in config.env file.