HomeHaven is a web application built with Next.js that allows homeowners to post properties they want to sell. Agents can view these listings, communicate with homeowners, and apply to manage the sale of the properties.
Check out the live demo of HomeHaven https://home-haven-rosy.vercel.app/
-
Clone the repository:
git clone https://github.com/redjackfred/Home-Haven cd homehaven
-
Install dependencies: npm install
-
Set up environment variables: • Create a .env.local file in the root directory of the project. • Add the required environment variables (e.g., database connection strings, API keys, etc.).
-
Run the development server: npm run dev