AirBnB Clone Project

A dynamic and ambitious platform that offers a seamless and efficient way for people to find and book unique and affordable accommodation in different locations.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them:

  • Python 3.x
  • Any text editor or integrated development environment (IDE) of your choice

Installing

A step by step series of examples that tell you how to get a development environment running:

  1. Clone the repository to your local machine:

bash

git clone https://github.com/<your-username>/airbnb-clone.git
  1. Change into the project directory:

bash

cd airbnb-clone
  1. Create a virtual environment and activate it:

bash

python3 -m venv env
source env/bin/activate
  1. Install the required dependencies:

pip install -r requirements.txt

  1. Run the development server:

python manage.py runserver

  1. Open your web browser and visit http://127.0.0.1:8000/ to access the application.

Deployment

The application is ready for deployment to a live system. For a more detailed guide, see Django documentation on deployment.

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Tunji Ologunebi tunjexi20@gmail.com

John Wajuri

See also the list of contributors who participated in this project. Tunji Ologunebi

John Wajuri

License

This project is licensed under the MIT License.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration from the original AirBnB platform
  • etc.