A prototype application for settled. The prototype allows allow buyers and sellers to message each other and for buyers to book viewing requests on for sale properties.
In order to get the application up and running, please first clone the repo using the following command:
$ git clone https://github.com/deanhume/settled.git
Once the cloning is complete, you'll need to install the Node dependencies:
npm install
Next, fire up the application by running the following command:
node app.js
Finally, you can navigate to the following URL and the app will work as normal!
http://localhost:3000/index.html
| Dean Hume |
