Skip to content

ratika-12/real-ist-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Real Estate App

This is a simple real estate project where users can explore property listings.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine:

    git clone [email protected]:ratika-12/real-estate-app.git
  2. Navigate to the project directory:

    cd real-estate-app
  3. Navigate to the server directory:

    cd server
  4. Install project dependencies using npm:

    npm install
  5. Start the development server:

    npm start

    The server will be accessible at http://localhost:8000.

  6. Open a new terminal window, navigate back to the main project directory, and navigate to the client directory:

    cd ..
    cd client
  7. Install client dependencies using npm:

    npm install
  8. Start the client:

    npm start

    The client will be accessible at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published