Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elfakiri2023/airbnb_clone


https://github.com/elfakiri2023/airbnb_clone

Last synced: about 2 months ago
JSON representation

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