Skip to content

nidhigupta12/MeanProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trade Finance Application using Blockchain for KOTAK

Pre- requisite for the project
  • Running MongoDb Instance
  • Running Ethereum Instance
  • Running IPSF instance

To Install Locally

1. Get the code from Git
2. cd to folder
3. Install Dependecies npm install
4. Running the Application node app.js

Installing pre requisites- --------------- mongoDB----------------------- 4.1. Setup the mongodb path in your env variables(OPTIONAL) C:\Program Files\MongoDB\Server\3.0\bin\

4.2. Run MongoDB - providing the db path {C:\mongodb_data}

mongod.exe --dbpath

-------------------------IPSF--------------------------------
Install IPFS
Start IPFS Daemon ipfs daemon
Let IPFS connect with global peers - Another command window ipfs swarm peers
In a new file Allow CORS request to IPFS - for dev ONLY

ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "["http://localhost:3000"]"

-----------------------Ethereum Setup-------------------------

Installing geth // Geth instructions goes here

About

Mean Stack App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors