Property Listing portal
MyHousing (https://github.com/rushabhshah341/MyHousing)
MyHousing is build on top of meanjs(meanjs.org) the propertyportal for TEAM project for Software Engineering Class.
- MongoDB 3.2 ds155634.mlab.com:55634 User:admin pass:admin
$ sudo apt-get update $ sudo apt-get install -y mongodb-org
* Node.js 6.x LTS
note: please use the following way to install node.js into ubuntu
# Update npm
$ sudo npm install -g npm
# Install build essentials
$ sudo apt-get install -y build-essential
- Git
$ sudo apt-get install -y git
- Install Development Tools (yo, bower, and grunt)
$ npm install --global yo bower grunt-cli phantomjs-prebuilt
- Download MyHousing from git
$ git clone https://github.com/rushabhshah341/MyHousing.git
- Install Server-side Packages
$ npm install
- Install Client-side Packages
$ bower install
- Configure server settings (v6.10+)
Version 6.10 introduces (temporarily) a settings.js file controlling mandatory and non mandatory settings such as username case sensibility for login. See settings.sample.js for an example file.
- run mongodb
$ sudo service mongod start
you can use ROBOMOngo as well for that
- run MyHousing server
$ node server.js