Skip to content

Trust the Weave, Bid Confidently, Communicate Anonymously – Redefining Property Dealings Globally!

License

Notifications You must be signed in to change notification settings

PlotaLoom/PlotaLoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlotaLoom

PlotaLoom is an innovative solution that revolutionizes property dealings by providing a decentralized land marketplace. We effectively get rid of scams and conflicts that usually cause problems in traditional property dealings.

image

Features

Prerequisites

Make sure you have the following installed:

Getting Started

  1. Clone the repository:

    git clone https://github.com/PlotaLoom/PlotaLoom
  2. Navigate to the project directory:

    cd PlotaLoom
  3. Server-India (Next.js):

     cd server-india
     npm install

    To run the Next.js app in development mode:

    npm run dev 
  4. Client-Global (Vite):

    cd client-global
    npm install

    To run the Vite app in development mode:

    npm run dev 
  5. Server (Django):

     cd server
     virtualenv venv
     source venv/bin/activate
     pip install -r requirements.txt
    

    To run the Django server:

    python manage.py runserver

    Make sure to deactivate the virtual environment when done:

    deactivate