Giter VIP home page Giter VIP logo

jeanortiz / real-estate-management Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eevan7a9/real-estate-management

0.0 0.0 0.0 4.85 MB

Real estate and physical property management to connect property managers and potential buyers.

Home Page: https://real-estate-management.netlify.app/

License: GNU General Public License v3.0

Shell 0.02% JavaScript 12.95% Java 0.31% TypeScript 59.51% HTML 17.78% SCSS 9.42%

real-estate-management's Introduction

real-estate-management

A online property management solution for real estate and physical property management. This can include residential, commercial, and land real estate. a software developed to connect property managers and potential buyers.

๐Ÿšง frontend/ work in progress ๐Ÿšง.

๐Ÿšง backend-fastify/ work in progress ๐Ÿšง.

LIVE DEMO

Screenshot

Dependencies

Frontend

Backend

SETUP

Frontend (Part)

1.1 navigate to frontend/ directory.

#  navigate to frontend 
$ cd frontend

1.2 Fill the desired environment variables:

  • navigate to frontend/src/environments
  • set values to variables (ex. api.url)
  api: {
    url: 'http://localhost:8000/', <-- server URL
    mapKey: '', <-- Leaflet map key
  }

2. then install dependencies & run ionic serve

In terminal - command

# install dependencies
$ npm install

# serve frontend
& ionic serve

Backend-Fastify (Part)

1.1 navigate to backend-fastify/ directory.

cd backend-fastify/

1.2 create .env file & add variables:

  • copy .env.example & re-name it to .env
  • set your desired variable value
PORT=8000
LOGGER=true
SALT=12
SECRET_KEY='secret'
DB_CONNECT=mongodb://localhost:27017/rem-db

2. then install dependencies & run dev

In terminal - command

#  navigate to backend-fastify 
$ cd backend-fastify

# install dependencies
$ npm install

# start server
$ npm start `or` $ npm run dev

2.1 Database seeder(optional)

  • Make sure .env is configured & dependencies are installed
  • Will populate database with dummy data.

โš ๏ธ This will delete existing records in the database document.

โš ๏ธ Make a backup if needed

$ npm run db:seeder

dummy user:

  fullName: "test tester",
  email: "[email protected]",
  password: "password"

  You can use this to signin.

Routes

/docs/
/users/
/auth/
/properties/
/enquiries/

real-estate-management's People

Contributors

eevan7a9 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.