The AirBnB clone - The console Project
description of the project: The goal of the project is to deploy on your server a simple copy of the AirBnB website.
Storage All the classes are handled by the Storage engine in the FileStorage Class.
The console The console will perform the following tasks:
create a new object -retrive an object from a file -do operations on objects -destroy an object The console will be a tool to validate this storage engine
Testing All the test are defined in the tests folder.