Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 466 Bytes

AirBNB Clone

Currently implemented: A console to transact some data via json. Classes enabled: BaseModel, User, State, City, Place, Review and Amenity.

Run console.py to open the CLI console. Use "help" to get a list of commands. Use "help [command]" for a specific command.

No external dependencies.

Testing

Run this command in the base directory to run the unit tests:

python3 -m unittest discover tests

Authors

Sidney Burkett
Spence Taylor