Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 547 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 547 Bytes

Install all packages:

pip3 install -r requirements.txt

install node version 16

choco install nodejs 16.13.2

or on linux

curl -s https://deb.nodesource.com/setup_16.x | sudo bash
sudo apt install nodejs -y

Install localtunnel so that python could use execute the command from within the code Run

npm install -g localtunnel

To run the api run

python -m backend.app

Run frontend:

cd c/../../SebCryptoBlockchain/frontend
npm run start