📄 🚀
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 (C) 2022 by Perrin LETEMBET-LUQUET and Nakivumbi Lydia
All rights reserved
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.