Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elfakiri2023/airbnb_clone
https://github.com/elfakiri2023/airbnb_clone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elfakiri2023/airbnb_clone
- Owner: elfakiri2023
- Created: 2024-01-13T19:01:17.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-22T01:28:40.000Z (11 months ago)
- Last Synced: 2024-01-23T01:04:37.454Z (11 months ago)
- Language: HTML
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# 0x00. AirBnB clone - The console
### What’s a command interpreter?
Do you remember the Shell? It’s exactly the same but limited to a specific use-case. In our case, we want to be able to manage the objects of our project: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