Giter VIP home page Giter VIP logo

realestate's Introduction

RealEstate using Angular, React, Node and MongoDb

Project Layout

  • Common API codebase for Angular aswellas React codebase
  • Individual codebase for Angular UI aswellas React UI
  • React codebase under Initial phase

Features -

  • Login/Registration (using bcrypt password encryption)
  • Property:
    • Post New Property (add images, Auto-generated property title, Dynamic form entries, slug creation in backend)
    • Filter, view properties (multiple views option)
    • Auth guard, Local storage
    • File upload in mongodb (using gridfs)
  • Many more functionalities to add....

Services used / Minimum Requirements -

  • Angular 5 (now Angular 7)
  • Node v8.11.1 && npm v5.6.0
  • MongoDb v3.6.3

I have used Ubuntu 16.04 for the development of this project, conflicts may arrive when running it in other OS.

File Structure -

  • real-estate/ANGULAR_CODE_BASE (directory for Angular front-end )
  • real-estate/NODEJS_CODE_BASE/ (directory for Node-express back-end )

Installation / Configuration -

  • Install the above required services
  • After clonning the repo use npm install in the ANGULAR_CODE_BASE/ directory as well as in NODEJS_CODE_BASE/ directory

Note - Back-end and front-end will have their individual node_modules

Running the project

  • ng serve in the root directory - Angular

  • sudo service mongod start for starting mongoDB server

    • Note: this command may vary acc to the OS, please check mongodb for the right command for your system
  • node index.js in the API/ directory - Backend (npm start if nodemon is installed)

Note:

  1. Mongodb must be running before running backend server
  2. I prefer using nodemon for running back-end to install npm i -g nodemon and then run using npm start

THANKS

HOPE YOU WILL LIKE MY EFFORTS

realestate

realestate's People

Contributors

shubhampisces16 avatar shubhamagarwal16 avatar angular-cli avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.