An open API service indexing awesome lists of open source software.

https://github.com/nanafox/airbnb_clone

A project on building the initial core component for the AirBnB website clone. This focuses on the console.
https://github.com/nanafox/airbnb_clone

airbnb-clone alx backend frontend full-stack-web-development

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

## [Authors](AUTHORS)

- **Maxwell Nana Forson**
- Socials
- Twitter: [@_nanafox](https://twitter.com/_nanafox)
- YouTube: [theLazyProgrammer👽](https://youtube.com/@thelazyprogrammer_)
- GitHub: [nanafox](https://github.com/nanafox)