You can find live demo at http://134.209.159.164/. For testing the 3rd party insurance application visit http://134.209.159.164/insurance.html
- Download and install Node.js version 10.x with LTS from https://nodejs.org.
- Install Ganache from https://truffleframework.com/ganache.
- Install truffle using NPM using command
npm i -g truffle
. - Set ganache port to 9545 in settings.
- Open project root dir in terminal.
- Run command
truffle compile
. - Run command
truffle migrate
. - Set Environment Variables for the project.
- Run command
npm run buildandrun
in a new terminal in the project root. - Open http://localhost/ in your web browser.
- Open the link http://134.209.159.164 or localhost for your local computer
- For New User Click on SignUp button
- Enter Your details here correctly
- On success your account would be created successfully. Note: It is important to remember your unique user id as entered by you.
- Go to link http://134.209.159.164/insurance.html or localhost/insurance.html (for local host) for the demo project.
- Enter your first name, last name and your userId as per your account.
- Complete rest of the form.
- Click the submit button.
- If the data is validated then your application would be processed.
- Else corresponding error would be shown.
PORT
- <Port Here>JWT_SECRET
- <A random string for signing JWT tokens>
Truffle For Blockchain, ExpressJS
NodeJs(ExpressJS)
Jquery,bootstrap