Last updated:
0 purchases
$5.00
The Online Property Management Solution is a comprehensive platform designed for managing residential, commercial, and land real estate properties. It connects property managers with potential buyers or tenants, streamlining property management and customer engagement. The solution is built using modern technologies for a scalable and user-friendly experience.
Frontend:
Backend:
/docs/
.Core Functionality:
rontend:
Backend:
Frontend Setup
bash
Copy code
cd frontend
src/environments/environment.ts
and set the following variables:
javascript
Copy code
api: { server: 'http://localhost:8000/', mapKey: '', googleAuthClientId: '', webSocketUrl: 'ws://localhost:8000/websocket' }
bash
Copy code
npm install
bash
Copy code
ionic serve
Backend Setup
bash
Copy code
cd backend-fastify
.env.example
and rename it to .env
.PORT
, DB_CONNECT
, and others:
env
Copy code
PORT=8000 LOGGER=true SALT=12 SECRET_KEY='secret' DB_CONNECT=mongodb://localhost:27017/rem-db
bash
Copy code
npm install
bash
Copy code
npm start
bash
Copy code
npm run dev
Database Seeding (Optional)
bash
Copy code
npm run db:seeder
[email protected]
password
/docs/
/users/
/auth/
/properties/
/enquiries/
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.