Welcome to Homing.com! This project is designed to provide a comprehensive solution for finding and managing homes. Whether you're looking to buy, rent, or sell, Homing.com has got you covered.
- User registration and authentication
- Posting and managing property listings
- Saving favorite posts
- Detailed property information
To get started with Homing.com, follow these steps:
- Clone the repository: git clone https://github.com/Vidhnavyrs/homingdotcom.com.git cd homingdotcom
- Install the dependencies: npm install
- Set up your environment variables: cp .env.example .env
- Run the backend: you can use nodemon or console-ninja to do so use: console-ninja node --watch app.js or use: nodemon app.js
- Run the Frontend: npm run dev
Once the application is running(both backend and frontend), you can access it in your web browser at http://localhost:5173. You can register a new account, browse property listings, save your favorites, and chat with other users.
Homing.com is built using the following technologies:
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with clear and concise messages.
- Push your changes to your forked repository.
- Create a pull request to the main repository.
