Skip to content

atharva3333/Rentify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rentify Application

Introduction

Rentify is a web application designed to help users list and find rental properties easily. This document provides instructions on how to set up and run the Rentify application on your local machine.

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/rentify.git
    
  2. Install server dependencies and start the server:

    npm install
    node index.js
    

server will start on localhost:3001

  1. Open a new terminal window/tab and navigate to the frontend directory:

    cd Frontend  
    
  2. Install client dependencies and start the client:

    npm install
    npm run dev  
    

Client will start on localhost:5173

About

Where Renting Meets Simplicity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published