Code Monkey home page Code Monkey logo

airbnb_clone_v2's Introduction

Project 0x02. AirBnB clone - MySQL ๐Ÿ’ป

๐Ÿ“„ In this project we created version 2 of the Airbnb Clone where we will connect with the databases to continue with the advancement of it.

๐Ÿ“‹ Requirements


Python Scripts

  • Allowed editors: vi, vim, emacs.
  • Files will be interpreted/compiled on Ubuntu 20.04 LTS using python3 (version 3.8.5).
  • Files must be executable.
  • The length of your files will be tested using wc.

Python Unit Tests

  • All your test files should be inside a folder tests.
  • You have to use the unittest module.
  • All your test files should be python files (extension: .py).
  • All your test files and folders should start by test_.
  • Your file organization in the tests folder should be the same as your project: ex: for models/base_model.py, unit tests must be in: tests/test_models/test_base_model.py.

SQL Scripts

  • Files will be executed on Ubuntu 20.04 LTS using MySQL 8.0.
  • Files will be executed with SQLAlchemy version 1.4.x.
  • All SQL keywords should be in uppercase (SELECT, WHEREโ€ฆ).
  • The length of your files will be tested using wc.

๐ŸŽจ Style


  • Code should use the PEP 8 style (version 2.7.*).

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.

airbnb_clone_v2's People

Contributors

igwevictor1 avatar

Stargazers

 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.