Skip to content

hello-adam-martin/PropertyMentor

Repository files navigation

Short Term Rental Property Management System

This Django-based web application is designed to manage short-term rental properties, including owners, properties, guests, and bookings.

Features

  • Owner management
  • Property listings
  • Guest information
  • Booking system

Prerequisites

  • Python 3.8+
  • Django 3.2+

Installation

  1. Clone the repository:

    git clone https://github.com/hello-adam-martin/PropertyMentor
    cd PropertyMentor
    
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    
  3. Install the required packages:

    pip install -r requirements.txt
    
  4. Apply the migrations:

    python manage.py migrate
    
  5. Create a superuser:

    python manage.py createsuperuser
    
  6. Run the development server:

    python manage.py runserver
    
  7. Open a web browser and navigate to http://127.0.0.1:8000/admin/ to access the admin interface.

Usage

[Provide brief instructions on how to use the main features of your application]

Contributing

[Explain how others can contribute to your project]

License

[Specify the license under which your project is released]

Contact

[Adam Martin] - [[email protected]]

Project Link: https://github.com/hello-adam-martin/PropertyMentor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages