Skip to content

rushabhshah341/MyHousing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PropertyPortal

Property Listing portal

MyHousing is build on top of meanjs(meanjs.org) the propertyportal for TEAM project for Software Engineering Class.

Prerequisites

  • MongoDB 3.2 ds155634.mlab.com:55634 User:admin pass:admin

both version

$ 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

  1. Install Development Tools (yo, bower, and grunt)
$ npm install --global yo bower grunt-cli phantomjs-prebuilt
  1. Download MyHousing from git
$ git clone https://github.com/rushabhshah341/MyHousing.git
  1. Install Server-side Packages
$ npm install
  1. Install Client-side Packages
$ bower install
  1. 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

  1. run mongodb
$ sudo service mongod start
you can use ROBOMOngo as well for that
  1. run MyHousing server
$ node server.js



About

Mean Stack Property Portal on mean js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published