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
- Host: GitHub
- URL: https://github.com/aaqyaar/ijaar-platform
- Owner: aaqyaar
- Created: 2023-09-01T18:21:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T16:39:06.000Z (over 1 year ago)
- Last Synced: 2023-10-14T21:35:57.187Z (over 1 year ago)
- Topics: mongodb, mongoose, nestjs, nextjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```