Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinamathew/airbnb_clone
Another
https://github.com/sinamathew/airbnb_clone
Last synced: 29 days ago
JSON representation
Another
- Host: GitHub
- URL: https://github.com/sinamathew/airbnb_clone
- Owner: sinamathew
- Created: 2023-11-29T21:37:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T22:42:59.000Z (about 1 year ago)
- Last Synced: 2024-11-05T16:06:08.461Z (3 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# AirBnB clone - The console
## Project Description
The HBNB project is an Airbnb clone that allows users to list, discover, and book accommodations. It provides a web-based interface for users to explore properties, and it includes a command-line interface (CLI) for managing the application.## Command Interpreter Description
The command interpreter (CLI) is a text-based interface that allows users to interact with the HBNB application through commands. It provides a set of commands for managing users, properties, and other aspects of the application.### How to Start the Command Interpreter
1. Clone the HBNB project repository to your local machine.
```bash
git clone https://github.com/your-username/hbnb-project.git
```
2. Navigate to the project directory.
```bash
cd AirBnB_clone
```
3. Start the command interpreter.
```bash
./console.py
```