- Activate the virtual environment:
source blockchain-env/bin/activate
- Install all packages:
pip3 install -r requirements.txt
- Running Tests
python3 -m pytest tests/
- Run the application and API
Make sure to activate the virtual environment.
python -m backend.app
Make sure to activate the virtual environment.
export PEER=True && python -m backend.app
In the frontend directory:
npm run start
export SEED_DATA=True && python3 -m backend.app