nanafox / AirBnB_clone

A project on building the initial core component for the AirBnB website clone. This focuses on the console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The AirBnB clone project - The Console

Project background

The AirBnB clone - The console project is the first step in building a fullstack web application. It focuses on building models that will be used by future projects.

The command interpreter

The job of the command interpreter is to help manage the objects used in the project. It would do the following:

  • Creates a new object (e.g. a new User or a new Place)
  • Retrieve an object from a file, a database etc…
  • Perform operations on objects (count, compute stats, etc…)
  • Update attributes of an object
  • Destroy an object

About

A project on building the initial core component for the AirBnB website clone. This focuses on the console.


Languages

Language:Python 80.7%Language:HTML 12.8%Language:CSS 6.5%