Skip to content

A full-stack home-listing platform where users can browse, filter, and post home listings. Built with Angular and .NET, featuring authentication, pagination, and image storage. 🏑

Notifications You must be signed in to change notification settings

rithik-c/HomeHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

56 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏑 HomeList

A full-stack home-listing platform where users can view, filter, and post real estate listings. Built with Angular and .NET, HomeList offers a seamless experience for both buyers and sellers.

πŸš€ Features

  • Home Listings – Browse homes with details like price, address, and location.
  • Image Gallery – View multiple images for each listing, stored securely via Firebase.
  • User Authentication – Create an account, log in with JWT authentication, and manage listings.
  • Filtering & Pagination – Easily find homes that match your criteria.
  • Secure Backend – Built with C# and .NET WebAPI for robust performance.

πŸ›  Technologies Used

  • Frontend: Angular, TypeScript, ESLint
  • Backend: C#, .NET, WebAPI
  • Authentication: JWT
  • Storage: Firebase

πŸ”¨ Set-Up

  1. Clone the repository:
    git clone https://github.com/rithik-c/HomeHub
  2. Navigate to the project directory:
    cd HomeHub
  3. Install frontend dependencies:
    cd Frontend  
    npm install
  4. Install backend dependencies:
    cd ../WebAPI  
    dotnet restore
  5. Start the backend server:
    dotnet run
  6. Start the frontend application:
    cd ../Frontend  
    ng serve
  7. Open your browser at http://localhost:4200/

πŸ’‘ Contributing

We welcome contributions! Fork the repository and submit a pull request with your changes.

πŸ“„ License

HomeList is available under the MIT license.

About

A full-stack home-listing platform where users can browse, filter, and post home listings. Built with Angular and .NET, featuring authentication, pagination, and image storage. 🏑

Topics

Resources

Stars

Watchers

Forks