Skip to content

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

Notifications You must be signed in to change notification settings

nanafox/AirBnB_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks