Skip to content

FrostAtosLohe/Airbnb-Paris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb - Paris

Getting Started

  1. Install python modules
pip install -r requirements.txt
  1. Start Mysql database
docker-compose up

To access and visualize the database, you can use MySQL Workbench.

Database informations :

  • MYSQL_DATABASE: airbnb
  • MYSQL_USER: user
  • MYSQL_PASSWORD: password
  • MYSQL_ROOT_PASSWORD: `password

Organization of Files and Folders

  • datasets: Regroup all datasets files
    • datasets/listing: Regroup listings datasets
    • datasets/review: Regroup reviews datasets
    • datasets/calendar: Regroup calendars datasets
  • mysql: Regroup all database files
    • mysql/aribnb: Volume from docker airbnb's database
  • tests: All the tests files that you have

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published