- One stop where you can search house as well as search for Tenant.
- Hosted at: house-let
-
ADMIN [owner of property]
- [Loging] => (email,password)
- [Signup] => (name,email,phone no,password)
- [Add his property[] => (name,rent,bhk,description,city)
- See who applied in his property.
- Accept or reject Application.
-
USER [people who apply for rent]
- [Loging] => (email,password)
- [Signup] => (name,email,phone no,password)
- See All properties available.
- Apply filter on basis of cost,city,bhk.
- See his application status.
.
├── client-side
├── public
├── index.html
├── images
├── src
├── Action
├── (contains all actions type and action creators)
├── Component
├── (contains all react component used in website)
├── Helpers
├── (contains different URLs for API call and other userfull data)
├── Reducer
├── (contains all reducers)
├── Store
├── (config react store to keep data)
├── chat.css
├── index.css
├── index.js
├── index.js
├── package.json
├── package-lock.json
├── .gitignore
├── config
├── (contain config for mongo and passport)
├── controllers
├── (contain different controllers)
├── models
├── (containmodel schema)
├── routes
├── (contain different routes)
├── index.js
├── package.json
├── .gitignore
.
- Clone the project: clone
- Go to folder.
- Run command
npm install
- Run command:
cd client-side
- Run command:
npm start
- Go to https://localhost/3000 to use the application.
- Happy Learning ❤️