ALX SE COHORT 20 || 2024/04/17

Project: 0x02. AirBnB clone - MySQL

Resources

Read or watch:

Learning Objectives

General

  • What is Unit testing and how to implement it in a large project
  • What is *args and how to use it
  • What is **kwargs and how to use it
  • How to handle named arguments in a function
  • How to create a MySQL database
  • How to create a MySQL user and grant it privileges
  • What ORM means
  • How to map a Python Class to a MySQL table
  • How to handle 2 different storage engines with the same codebase
  • How to use environment variables

Tasks

Task File
0. Fork me if you can! SOON
1. Bug free! SOON
2. Console improvements SOON
3. MySQL setup development SOON
4. MySQL setup test SOON
5. Delete object SOON
6. DBStorage - States and Cities SOON
7. DBStorage - User SOON
8. DBStorage - Place SOON
9. DBStorage - Review SOON
10. DBStorage - Amenity... and BOOM! SOON