Skip to content

The P2B2 nodeJS express backend. It implements some REST endpoints for the frontend and uses the p2b2-analytics modules to run analysis on the blockchain.

License

Notifications You must be signed in to change notification settings

p2b2/p2b2-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2B2 Express back-end

1. Prepare your machine (install Redis)

Since we cache the results of analytics in a redis cache, you need to install Redis on your machine apt install redis-server

Then start Redis by executing redis-server

2. Start the back-end

2.1 Start the MongoDB

Start the mongodb by executing sudo service mongod start

2.2 Start Neo4j

Start Neo4j by executing sudo neo4j start

###2.3 Start the back-end Initially you need to execute npm install from inside the back-end project directory. If not done already, also execute it for the analytics dependencies.

Then, start the application by executing node index.js

About

The P2B2 nodeJS express backend. It implements some REST endpoints for the frontend and uses the p2b2-analytics modules to run analysis on the blockchain.

Resources

License

Stars

Watchers

Forks

Packages

No packages published