Skip to content

seidumohammed/AirBnB_clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBnB Console Application


--- This is the first stage of the full web application of the AirBnB website clone.

The console

Table of Contents


  • Purpose
  • Requeriments
  • Installation and Usage
  • Console commands
  • Tests
  • Authors

Purpose


  • 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

Requeriments


Ubuntu 20.04.4 LTS Vagrant Python 3.x

Installation and execution

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

Documented commands (type help ):

EOF help quit

(hbnb) (hbnb) (hbnb) quit $

About

AirBnB Clone with Static HTML and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%