Skip to content

imralpharvin/mugshot-sharing-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Blockchain-based Mugshot Sharing System

Getting Started

This uses Hyperledger Fabric version 2.0, a platform which allows developers to build permissioned blockchain networks.

Prerequisites

Running the blockchain network

To start the blockchain network:

cd police-blockchain
./start.sh

To clean:

./clean.sh

Running the backend application

To start the backend applicaton:

cd police-blockchain
cd app
npm install
nodemon app.js

Running the server-client

To start the backend applicaton:

cd client-server
python3 server.py
python3 client.py

About

Blockchain-based Mugshot Sharing System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published