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.
Make sure you have the following installed:
- Node.js
- npm (comes with Node.js)
- Python
- Virtualenv
-
Clone the repository:
git clone https://github.com/PlotaLoom/PlotaLoom
-
Navigate to the project directory:
cd PlotaLoom
-
Server-India (Next.js):
cd server-india npm install
To run the Next.js app in development mode:
npm run dev
-
Client-Global (Vite):
cd client-global npm install
To run the Vite app in development mode:
npm run dev
-
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