This Django-based web application is designed to manage short-term rental properties, including owners, properties, guests, and bookings.
- Owner management
- Property listings
- Guest information
- Booking system
- Python 3.8+
- Django 3.2+
-
Clone the repository:
git clone https://github.com/hello-adam-martin/PropertyMentor cd PropertyMentor
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required packages:
pip install -r requirements.txt
-
Apply the migrations:
python manage.py migrate
-
Create a superuser:
python manage.py createsuperuser
-
Run the development server:
python manage.py runserver
-
Open a web browser and navigate to
http://127.0.0.1:8000/admin/
to access the admin interface.
[Provide brief instructions on how to use the main features of your application]
[Explain how others can contribute to your project]
[Specify the license under which your project is released]
[Adam Martin] - [[email protected]]
Project Link: https://github.com/hello-adam-martin/PropertyMentor