Skip to content

eziraa/nestopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Nestopia - House Rental System

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.

🚀 Features

  • 🏠 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.

🛠️ Tech Stack

Frontend

  • Next.js – Fast React framework for SSR & static generation.
  • Redux Toolkit – State management.
  • Tailwind CSS – Modern styling.

Backend

  • Node.js + Express.js – REST API.
  • PostgreSQL + Prisma ORM – Database.

🔧 Installation & Setup

1. Clone the Repository

git clone https://github.com/eziraa/nestopia.git
cd nestopia

2. Install Dependencies

# Frontend
cd client
npm install

# Backend
cd ../server
npm install

3. Configure Environment Variables

Create a .env file in both frontend and backend directories with the required environment variables.

4. Run the Application

# Start Backend
cd server
npm run dev

# Start Frontend
cd ../client
npm run dev

📜 License

MIT License. Feel free to modify and use it for your projects.


💡 Contributions are welcome! Fork and submit a PR. Happy coding! 🚀