Skip to content

A sample application in Node.js and Neo4j made to organize and browse your archive of academic papers and books.

Notifications You must be signed in to change notification settings

antonioaltamura/routing_to_research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Routing to Research

Front page

Installation

  • Install Node.js https://nodejs.org/en/
  • Install Neo4j for your platform https://neo4j.com
  • Install yarn module npm install -g yarn
  • Add your local credentials in config.js
  • run yarn install
  • run cd public && yarn install

DB initialization

  • Copy the files in CSV folder in the Neo4j import folder
  • from the project root run yarn init

Run

Just launch yarn start and open http://localhost:3000

NOTE: When you upload a pdf in "Routing to Research" the file will be saved in ./public/storage. Sample pdf files has been removed for copyright reason.

NOTE: pdf-image module has been fixed to works with the current release of ImageMagick for Windows (7.0.8-6). In order to work with Linux env you need to edit the Imagemagick command on utils/pdf-image/index.js on #96 and #104.

Screen2

Screen3

Screen4

Screen5

About

A sample application in Node.js and Neo4j made to organize and browse your archive of academic papers and books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published