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.
- Host: GitHub
- URL: https://github.com/nanafox/airbnb_clone
- Owner: nanafox
- Created: 2024-02-05T22:19:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T04:36:19.000Z (over 2 years ago)
- Last Synced: 2024-12-27T18:15:37.742Z (over 1 year ago)
- Topics: airbnb-clone, alx, backend, frontend, full-stack-web-development
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
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)