Idris01 / AirBnB_clone

0 stars 1 forks source link

10. Console 1.0 #15

Open Idris01 opened 1 year ago

Idris01 commented 1 year ago

Task 10 Update FileStorage to manage correctly serialization and deserialization of all our new classes: Place, State, City, Amenity and Review

Update your command interpreter (console.py) to allow those actions: show, create, destroy, update and all with all classes created previously.

Enjoy your first console!

No unittests needed for the console