Aawash is a platform that connects landlords with college students looking for places to live. It makes it easy for landlords to list their properties and for students to find suitable accommodations. With features like user registration and secure login, Aawash helps simplify the process of finding housing.
- User Management: Create and manage user accounts.
- Property listing Uploads: Easy upload process for videos.
- Frontend: React.js
- Backend: Express.js
- Database: MongoDB
- Authentication: JWT (JSON Web Tokens)
You can view a live demo of the application here.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/rashup198/Renter.git
Navigate to the project directory:
bash Copy code cd Renter Install dependencies:
bash Copy code npm install Start the development server:
bash Copy code npm start Open your browser and go to http://localhost:3000.
Contributing Contributions are welcome! Please open an issue or submit a pull request if you'd like to contribute.