AndreTeixeira1998 / movinin

Rental Property Management Platform with Mobile App

Home Page:https://movin-in.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported Platforms
CodeFactor CodeFactor
API API CI
Backend Backend CI
Frontend Frontend CI
Mobile App Mobile CI
Coverage codecov

Movin' In is a Rental Property Management Platform with a backend for managing properties, customers and bookings, a frontend and a mobile app for renting properties.

Movin' In is user-friendly, straightforward, secure against XSS, XST, CSRF and MITM, and subtly crafted.

Movin' In is designed to work with multiple agencies. Agencies can manage their properties and bookings from the backend. Movin' In can also work with only one agency as well.

From the backend, administrators can create and manage agencies, properties, locations, users and bookings.

When new agencies are created, they receive an email prompting them to create their account to access the backend and manage their properties, customers and bookings.

Customers can sign up from the frontend or the mobile app, search for available properties based on location point and time, choose a property and complete the checkout process.

A key design decision was made to use TypeScript instead of JavaScript due to its numerous advantages. TypeScript offers strong typing, tooling, and integration, resulting in high-quality, scalable, more readable and maintainable code that is easy to debug and test.

Movin' In can run in a Docker container. Follow this step by step guide to walk you through on how to build Movin' In Docker image and run it in a Docker container.

Features

  • Agency management
  • Ready for one or multiple agencies
  • Property management
  • Booking management
  • Customer management
  • Multiple payment methods (Credit Card, Pay Later)
  • Multiple language support (English, French)
  • Multiple pagination options (Classic pagination with next and previous buttons, infinite scroll)
  • Responsive backend and frontend
  • Native Mobile app for Android and iOS with single codebase
  • Push notifications
  • Secure against XSS, XST, CSRF and MITM

Contents

  1. Overview
  2. Architecture
  3. Installing
  4. Docker
    1. Docker Image
    2. SSL
  5. Build Mobile App
  6. Demo Database
    1. Windows, Linux and macOS
    2. Docker
  7. Run from Source
  8. Run Mobile App
  9. Change Currency
  10. Add New Language
  11. Unit Tests and Coverage

License

Movin' In is MIT licensed.

About

Rental Property Management Platform with Mobile App

https://movin-in.github.io

License:MIT License


Languages

Language:TypeScript 91.4%Language:CSS 7.7%Language:JavaScript 0.6%Language:Shell 0.2%Language:Dockerfile 0.1%Language:HTML 0.1%