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)
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
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
- MJ Johnson, @mj31508
- David John Coleman II, davidjohncoleman.com
Public Domain, no copyright protection