Skip to content

mj31508/AirBnB_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBnB Clone

Description

Project attempts to clone the the AirBnB application and website, including the database, storage, RESTful API, Web Framework, and Front End.

  • Environment: Ubuntu 14.04 LTS
  • python version: Python 3.4.3
  • style: PEP 8 (v. 1.7.0)

Testing

This project uses python library, unittest to run tests on all python files. All unittests are in the ./tests directory with the command:

  • python3 -m unittest discover -v ./tests/

This bash script executes all unittests, checks pep8 style, and clears the storage file, file.json

$ ./dev/init_test.sh

Interactive Tests

This project uses python library, cmd to run tests in an interactive command line interface. To begin tests with the CLI, run this script:

$ ./console.py

Authors

License

Public Domain, no copyright protection

About

hbnb - AirBnB Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published