luquetperrin / newBranch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0x00. AirBnB clone - The console

📄 🚀

Description

This repository contains the initial stage of a student project to build a clone of the AirBnB website. This stage implements a backend interface, or console, to manage program data. Console commands allow the user to create, update, and destroy objects, as well as manage file storage. Using a system of JSON serialization/deserialization, storage is persistent between sessions.

COPYRIGHT

Copyright (C) 2022 by Perrin LETEMBET-LUQUET and Nakivumbi Lydia
All rights reserved

Description :

How to start it Run the following command

./console.py

How to use it Type in help and it will bring all the functions present. To use a particular function type <function-name> and it will execute.

About


Languages

Language:Python 100.0%