/ModelMarket

A Node.js app that allows users to buy and sell their 3d models http://thomasdeegan.com:3000

Primary LanguageJavaScript

ModelMarket

A Node.js app that allows users to buy and sell their 3d models

##Installation:

Make sure you have Nodejs and npm installed:

$ brew install node

Install MongoDB

navigate to the project and run:

$ npm install

to install node modules and their dependencies

$ node app.js

to run the app then point your browser to localhost:3000