Skip to content

ahmedbentabet/AirBnB_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Structure of The Project:

AirBnB_clone_repo
│
├── models
│   ├── __init__.py
│   ├── base_model.py
│   ├── user.py
│   ├── state.py
│   ├── city.py
│   ├── amenity.py
│   ├── place.py
│   ├── review.py
│   └── engine
│       ├── __init__.py
│       └── file_storage.py
│
├── tests
│   ├── __init__.py
│   ├── test_models
│   │   ├── __init__.py
│   │   ├── test_base_model.py
│   │   ├── test_user.py
│   │   ├── test_state.py
│   │   ├── test_city.py
│   │   ├── test_amenity.py
│   │   ├── test_place.py
│   │   ├── test_review.py
│   │   └── test_engine
│   │       ├── __init__.py
│   │       └── test_file_storage.py
│   └── test_console.py
│
└── console.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published