should have NodeJS, npm and MySql server installed in your system.
If you want to use the data on which I tested this application,Click here to get DB Dump
If you want to get the DB Schema only, and start populating it on your own, Click here to get DB schema
Go to the backend directory and run following command on shell:
npm install
then node index.js
Backend directory for Calculator
Backend directory for Homeaway
Go to the backend directory and run following command on shell:
npm install
then npm start
Frontend directory for Calculator
Frontend directory for homeaway prototype
Calculator frontend will start on `http://localhost:3000/`
Calculator backend is running on `http://localhost:3030/`
Homeaway frontend will start on `http://localhost:3000/`
Homeaway backend will be running on `http://localhost:3001/`