realestate

A simple real estate app build with MEAN( Angular, Node and mongoDb ) and MERN( React, Node and mongoDb )

Stars
37
Committers
4

Bot releases are hidden (Show)

realestate - React & Node(npm's) Latest Release

Published by shubhamagarwal16 over 5 years ago

React

  • Login & Registration are now working
  • Major work on UI is now completed
  • The component modal structure is now mostly developed
  • Working on adding property
  • Changed some npms and scss files back to css as it was causing some issues in my restricted system

Nodejs

  • Changed some npms (bcrypt to bcryptjs) as it was causing some issues in my restricted system
realestate - React

Published by shubhamagarwal16 over 5 years ago

  • Login with authentication from backend
  • Routing implemented
  • Homepage and dashboard page are implemented
  • Property Listing is working
realestate - Started work on React UI

Published by shubhamagarwal16 over 5 years ago

  • Added the setup of project
  • Started work on login/registration
  • Backend of both the UI will be same
realestate - New in Angular UI

Published by shubhamagarwal16 over 5 years ago

  • Images now stores in db as chunks using multer-gridfs-storage
  • Added hostlistener/directives to Registration form as well as Post a new property form
    • Name will now auto-capitalize and special characters will be removed from name as well in registration form
    • Locality, Society Name and other fields will now auto-capitalize and special characters will be removed from name as well
  • Managed the routing pattern in the front-end