Back-end for Blockchain for Big Data
This is the project's backend. It is designed to respond to https://github.com/Pola8976/blockchain-for-big-data.
To limit the size of this repo, some items have been ignored. However, these are still are required for proper functioning of this project.
-
This is fundamental, first run
npm install
. -
In the root of this project create the folders:
temp-key-storage
to-predict
uploads
-
Navigate to the folder named
python
and create a virtual environment namedvenv
.