Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 790 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 790 Bytes

AirBnB_clone

Description

A simple clone of the airBnB website project, it will contain some of the features of the original AirBnB project and will be deployed on the sever it will contain

  1. A command interpreter to manipulate data without a visual interface, like in a Shell (perfect for development and debugging)
  2. A website (the front-end) that shows the final product to everybody: static and dynamic
  3. A database or files that store data (data = objects)
  4. API that provides a communication interface between the front-end and your data (retrieve, create, delete, update them)

how to start it

~$ ./console.py