Coder Social home page Coder Social logo

vicedo19 / airbnb_clone Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 36 KB

The AirBnB project is aimed at building a clone of the AirBnB platform, to teach the fundamental of software engineering and web application development.

Python 57.52% HTML 23.24% CSS 19.24%

airbnb_clone's Introduction

AirBnB Project

AirBnB is an online platform where tourists can get affordable homes for vacation purposes. The AirBnB project is aimed at building a clone of the AirBnB platform, to teach the fundamentals of software engineering and web application development.

AirBnB Project - The console

The console is a command interpreter (a sort of mini shell) for managing the objects of our project.

It will be capable of doing the following functions:

  • Create a new object (ex: a new User or a new Place)
  • Retrieve an object from a file, a database etc…
  • Do operations on objects (count, compute stats, etc…)
  • Update attributes of an object
  • Destroy an object

How to start it:

In order to start the console, you must use the following command: ./console.py

How To Use:

  • manage (create, update, destroy, etc) objects via a console / command interprete
  • store and persist objects to a file (JSON file)
  • Commands: create, show, destroy, all (shows all), update, help, quit

Example how to open:

From the command line, enter the following code to open the command interpreter (console)

$ ./console.py

Once the console is opened, you will see the following info on the screen. You can type "help" or "?" to see documented commands, or "help" followed by the specific command, to know what the command does.

(hbnb) 
(hbnb) 
(hbnb) help
(hbnb) help quit

Documented commands (type help <topic>):
========================================
EOF  help  quit

(hbnb) 
(hbnb) 
(hbnb) quit
$

Contact Info:

Git: vicedo19 and Profxbaba

airbnb_clone's People

Contributors

vicedo19 avatar profxbaba avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.