Nestopia is a modern house rental platform built with Next.js, Redux, PostgreSQL, and Node.js/Express. It allows users to list, search, and book rental properties efficiently.
- 🏠 Property Listings – List and browse rental homes.
- 🔍 Advanced Search & Filters – Find homes by location, price, and amenities.
- 👥 User Authentication – Secure login/signup with JWT authentication.
- 🛒 Booking System – Reserve properties with availability management.
- 💬 Messaging – Chat between renters and owners.
- 📈 Admin Dashboard – Manage users, properties, and bookings.
- 🖼 Image Uploads – Upload and manage property images.
- Next.js – Fast React framework for SSR & static generation.
- Redux Toolkit – State management.
- Tailwind CSS – Modern styling.
- Node.js + Express.js – REST API.
- PostgreSQL + Prisma ORM – Database.
git clone https://github.com/eziraa/nestopia.git
cd nestopia
# Frontend
cd client
npm install
# Backend
cd ../server
npm install
Create a .env
file in both frontend and backend directories with the required environment variables.
# Start Backend
cd server
npm run dev
# Start Frontend
cd ../client
npm run dev
MIT License. Feel free to modify and use it for your projects.
💡 Contributions are welcome! Fork and submit a PR. Happy coding! 🚀