This is 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
- A command interpreter to manipulate data without a visual interface, like in a Shell (perfect for development and debugging)
- A website (the front-end) that shows the final product to everybody: static and dynamic
- A database or files that store data (data = objects)
- n API that provides a communication interface between the front-end and your data (retrieve, create, delete, update them)
.console.py