0x00. AirBnB clone - The console

This project was done by:

Project brief

Write a command interpreter to manage your AirBnB objects. This is the first step towards building your first full web application: the AirBnB clone. This first step is very important because you will use what you build during this project with all other following projects: HTML/CSS templating, database storage, API, front-end integration…

Development

To run this project:

Run the console

./console.py

or (for windows)

python console.py

Running Unit tests

python3 -m unittest discover tests

Conventions

using pycodestyle

Test a sample file as:

pycodestyle console.py