Application / Project Setup
- Git pull this project repository from git hub
- cd sampleParityNodeJsApp <== Go to project folder
- npm install <== Installs dependencies
- npm run mongoDB-restore (OR) mongorestore --drop -d localDB 'data/mongoDBdump/localDB', may need to added --host mongoDB_server_ip:Port to this command
- Update ==> Blockchain & MongoDB servers <== in Server Configuarations file : sampleParityNodeJsApp\src\tools\serverConfig.js
- npm start <== Starts application serving on the port assigned to APPLICATION_SERVER_BACKEND_PORT constant in serverConfig.js, initial set to port 5000
- login to application as user: [email protected], password: pwd a) ???????????????????
==> You should be all set to use the application <==