https://github.com/minightdev/airbnb_clone_v4
https://github.com/minightdev/airbnb_clone_v4
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/minightdev/airbnb_clone_v4
- Owner: MinightDev
- Created: 2024-02-11T18:33:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T18:37:46.000Z (over 2 years ago)
- Last Synced: 2025-01-27T06:12:11.996Z (over 1 year ago)
- Language: Python
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# AirBnB Clone - The Console
The console is the first segment of the AirBnB project at Holberton School that will collectively cover fundamental concepts of higher level programming. The goal of AirBnB project is to eventually deploy our server a simple copy of the AirBnB Website(HBnB). A command interpreter is created in this segment to manage objects for the AirBnB(HBnB) website.
#### Functionalities of this command interpreter:
- Create a new object (ex: a new User or a new Place)
- Retrieve an object from a file, a database etc...
- Do operations on objects (count, compute stats, etc...)
- Update attributes of an object
- Destroy an object
## Authors
Ayoub Baalla - [Github](https://github.com/MinightDev)
## License
Public Domain. No copy write protection.