--- This is the first stage of the full web application of the AirBnB website clone.
The console
- Purpose
- Requeriments
- Installation and Usage
- Console commands
- Tests
- Authors
- Practice creating a python package
- Practice crating a cmd interpreter in python with the cmd module
- Practice Unit Testing and its implementation in a larger code base
- Practice wrting to and reading to a json file
- Practice using datetime objects in python
- Pratice using using UUID in python
- Practice using *args **kwargs
Ubuntu 20.04.4 LTS Vagrant Python 3.x
- Clone the repo
- $ git clone https://github.com/Zealina/AirBnB_clone
- cd to dir
- run ./console.py eg: /AirBnB_clone$ ./console.py Description
This project is a clone of the AirBnB Website Implementing the fundamentals of higher level programming
How to Start it:
To start the console (command interpreter): simply execute using "./console.py" or python3 console.py
How to use it:
Examples: $ ./console.py (hbnb) help
EOF help quit
(hbnb) (hbnb) (hbnb) quit $