An open API service indexing awesome lists of open source software.

https://github.com/aaqyaar/ijaar-platform

iJaar | Real State Product App contains Website/Mobile App
https://github.com/aaqyaar/ijaar-platform

mongodb mongoose nestjs nextjs nodejs typescript

Last synced: 3 months ago
JSON representation

iJaar | Real State Product App contains Website/Mobile App

Awesome Lists containing this project

README

        

# Ijaar Platform

The Real Estate Management System will be a web and mobile based application built to streamline property management and sales processes. It will offer a robust set of features, including property listings, user management, role-based access control, invoicing, and more.

## Authors

- [@abdizamedmo](https://www.github.com/aaqyaar)
- [@diidii](https://www.github.com/badrudin-cloud)
- [@abdimalik](https://github.com/Abdimalik-Osman)

## Run Locally

Clone the project

```bash
git clone https://github.com/aaqyaar/ijaar-platform
```

Go to the project directory

```bash
cd ijaar-platform
```

Install dependencies

- yarn preffered

```bash
yarn install
```

Start the server on development

```bash
yarn dev
```