Skip to content

Meghanxuxx/Mini-Airbnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

209 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC327 - Group Project

Examples tested with pytest-readme

Examples tested with pytest-readme

│   .gitignore
│   A0-contract.md
│   db_init.sql
│   docker-compose.yml
│   Dockerfile
│   LICENSE
│   pkg.txt
│   README.md
│   Sprint#4_ScrumBoard_Screenshot.png
│   Sprint#4_ScrumUpdates.md
│   Sprint#5_ScrumBoard_Screenshot.png
│   Sprint#5_ScrumUpdates.md
|   Sprint#6_ScrumUpdates_1.md              *A6 submission
|   Sprint#6_ScrumUpdates_2.md              *A6 submission
|   Sprint#6_ScrumBoard_Screenshot_1.png    *A6 submission
|   Sprint#6_ScrumBoard_Screenshot_2.png    *A6 submission
│   wait-for-it.sh
│
├───.github
│   │   pull_request_template.md
│   │
│   └───workflows
│           pytest_all.yml
│           style_check.yml
│
├───.vscode
│       settings.json
│
├───qbay
│   │   booking.py                          *A6 submission
│   │   controllers.py
│   │   createListing.py
│   │   data.db
│   │   db.py
│   │   exceptions.py
│   │   login.py
│   │   models.py
│   │   regexRepo.py
│   │   register.py
│   │   updateListing.py
│   │   updateUserProfile.py
│   │   __init__.py
│   │   __main__.py
│   │
│   └───templates
│           base.html
│           Booking.html                    *A6 submission
│           conformation.html
│           create.html
│           createlisting_post.html
│           index.html
│           login.html
│           mine.html
│           my_booking.html
│           register.html
│           updatelisting.html
│           updatelisting_save.html
│           update_user.html
│           update_user_save.html
│           update_user_style.html
│
└───qbay_test
    │   conftest.py
    │   pytest.init
    │   test_booking.py                     *A6 submission
    │   test_create_listing.py
    │   test_login.py
    │   test_register.py
    │   test_update_listing.py
    │   test_update_user.py
    │   __init__.py
    │
    ├───test_frontend
    │       test_booking.py                 *A6 submission
    │       test_createlisting.py
    │       test_dummy.py
    │       test_login.py
    │       test_register.py
    │       test_update_listing.py
    │       test_user_update.py
    │
    └───test_security
            Generic_SQLI.txt
            test_booking_sql_inj.py         *A6 submission
            test_createlisting_sql_inj.py
            test_register_sql_inj.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors