About
This project is a real-estate app with features like auth, rate limiting, image upload while having separate backend using Express that Nextjs uses to interact to serve data to the client.
Sell or rent house
You can view different types of house that are available to buy or rent. You can also browse the house depending upon various filters such as price, location, close landmark and many more filters. You could also add house for sale for others to view and all for free.
Sell or rent land
You can view land that are available to buy or rent. You can also browse land using various filters such as the length, breadth, area, location and many more filters. You could also add land for sale for others to view and is also free.
Features
This project is a real-estate app with features like auth, rate limiting, image upload while having separate backend using Express that Nextjs uses to interact to serve data to the client.
Express
Routing, error handling, user input validation and middleware using Express.
PostgreSQL
PostgreSQL is used as database to store information.
Redis
Key Value database where we store the user's session.
Next.js 14
App dir, Routing, Layouts, Loading UI and API routes.
React 18
Server and Client Components. Use hook.
Components
UI components built using Radix UI and styled with Tailwind CSS.
Authentication
Authentication using NextAuth.js and middlewares.
Typescript
Typescript used in both frotend and backend.
Theme
Integrates light and dark mode in UI for better visibilty.
There are many more features in this web app. Please view the github repository to see it in detail.