diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..76cd821 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1 @@ +/.venv/ \ No newline at end of file diff --git a/backend/trip/__pycache__/__init__.cpython-312.pyc b/backend/trip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..ed90f2f Binary files /dev/null and b/backend/trip/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/trip/__pycache__/config.cpython-312.pyc b/backend/trip/__pycache__/config.cpython-312.pyc new file mode 100644 index 0000000..b455401 Binary files /dev/null and b/backend/trip/__pycache__/config.cpython-312.pyc differ diff --git a/backend/trip/__pycache__/deps.cpython-312.pyc b/backend/trip/__pycache__/deps.cpython-312.pyc new file mode 100644 index 0000000..e25a1dd Binary files /dev/null and b/backend/trip/__pycache__/deps.cpython-312.pyc differ diff --git a/backend/trip/__pycache__/main.cpython-312.pyc b/backend/trip/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000..ec30794 Binary files /dev/null and b/backend/trip/__pycache__/main.cpython-312.pyc differ diff --git a/backend/trip/__pycache__/security.cpython-312.pyc b/backend/trip/__pycache__/security.cpython-312.pyc new file mode 100644 index 0000000..0b2e81b Binary files /dev/null and b/backend/trip/__pycache__/security.cpython-312.pyc differ diff --git a/backend/trip/alembic/__pycache__/env.cpython-312.pyc b/backend/trip/alembic/__pycache__/env.cpython-312.pyc new file mode 100644 index 0000000..9be068b Binary files /dev/null and b/backend/trip/alembic/__pycache__/env.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/032b5b7de8bd_trip_attachment.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/032b5b7de8bd_trip_attachment.cpython-312.pyc new file mode 100644 index 0000000..41f2335 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/032b5b7de8bd_trip_attachment.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/1181ac441ce5_trip_packing_list.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/1181ac441ce5_trip_packing_list.cpython-312.pyc new file mode 100644 index 0000000..a59cbaa Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/1181ac441ce5_trip_packing_list.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/11c969913a7e_update_indexes.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/11c969913a7e_update_indexes.cpython-312.pyc new file mode 100644 index 0000000..70fae95 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/11c969913a7e_update_indexes.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/16bffb744f33_trip_notes.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/16bffb744f33_trip_notes.cpython-312.pyc new file mode 100644 index 0000000..47a26fe Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/16bffb744f33_trip_notes.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/1cc13f8893ad_category_color.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/1cc13f8893ad_category_color.cpython-312.pyc new file mode 100644 index 0000000..ec343c3 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/1cc13f8893ad_category_color.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/23320f01d8ce_tripitem_paid_by.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/23320f01d8ce_tripitem_paid_by.cpython-312.pyc new file mode 100644 index 0000000..146adaa Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/23320f01d8ce_tripitem_paid_by.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/26c89b7466f2_trip_multi_users.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/26c89b7466f2_trip_multi_users.cpython-312.pyc new file mode 100644 index 0000000..96fbc5c Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/26c89b7466f2_trip_multi_users.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/4f837664b686_trip_archival_review.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/4f837664b686_trip_archival_review.cpython-312.pyc new file mode 100644 index 0000000..4fb27e2 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/4f837664b686_trip_archival_review.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/4fadf12fa98c_user_totp.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/4fadf12fa98c_user_totp.cpython-312.pyc new file mode 100644 index 0000000..ff031c4 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/4fadf12fa98c_user_totp.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/54aec61bc15d_tripday_date.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/54aec61bc15d_tripday_date.cpython-312.pyc new file mode 100644 index 0000000..f5528c1 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/54aec61bc15d_tripday_date.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/60a9bb641d8a_trip_checklist.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/60a9bb641d8a_trip_checklist.cpython-312.pyc new file mode 100644 index 0000000..f3a2b75 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/60a9bb641d8a_trip_checklist.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/77027ac49c26_trip_share.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/77027ac49c26_trip_share.cpython-312.pyc new file mode 100644 index 0000000..747ada8 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/77027ac49c26_trip_share.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/7c0ec2b61abb_user_custom_tile_layer.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/7c0ec2b61abb_user_custom_tile_layer.cpython-312.pyc new file mode 100644 index 0000000..e032b91 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/7c0ec2b61abb_user_custom_tile_layer.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/7e331b851cb7_trip_currency.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/7e331b851cb7_trip_currency.cpython-312.pyc new file mode 100644 index 0000000..4656afa Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/7e331b851cb7_trip_currency.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/8775a65d510f_tripitem_image.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/8775a65d510f_tripitem_image.cpython-312.pyc new file mode 100644 index 0000000..d13e833 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/8775a65d510f_tripitem_image.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/8e12410a0b8e_tripitem_gpx.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/8e12410a0b8e_tripitem_gpx.cpython-312.pyc new file mode 100644 index 0000000..21cccfa Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/8e12410a0b8e_tripitem_gpx.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/b2ed4bf9c1b2_init.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/b2ed4bf9c1b2_init.cpython-312.pyc new file mode 100644 index 0000000..4acb988 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/b2ed4bf9c1b2_init.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/b6d707f9c35a_backup_task_feature.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/b6d707f9c35a_backup_task_feature.cpython-312.pyc new file mode 100644 index 0000000..6413d0f Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/b6d707f9c35a_backup_task_feature.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/c6bf10b10d0a_tripitem_attachments.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/c6bf10b10d0a_tripitem_attachments.cpython-312.pyc new file mode 100644 index 0000000..91cf83b Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/c6bf10b10d0a_tripitem_attachments.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/d5fee6ec85c2_user_settings_snake_case.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/d5fee6ec85c2_user_settings_snake_case.cpython-312.pyc new file mode 100644 index 0000000..0feb2f0 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/d5fee6ec85c2_user_settings_snake_case.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/dd7a55d2ae42_user_settings_modes_low_network_dark_.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/dd7a55d2ae42_user_settings_modes_low_network_dark_.cpython-312.pyc new file mode 100644 index 0000000..15f81bf Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/dd7a55d2ae42_user_settings_modes_low_network_dark_.cpython-312.pyc differ diff --git a/backend/trip/alembic/versions/__pycache__/e75fca7d8759_user_google_api_key.cpython-312.pyc b/backend/trip/alembic/versions/__pycache__/e75fca7d8759_user_google_api_key.cpython-312.pyc new file mode 100644 index 0000000..8d3ed70 Binary files /dev/null and b/backend/trip/alembic/versions/__pycache__/e75fca7d8759_user_google_api_key.cpython-312.pyc differ diff --git a/backend/trip/db/__pycache__/__init__.cpython-312.pyc b/backend/trip/db/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..4fff26c Binary files /dev/null and b/backend/trip/db/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/trip/db/__pycache__/core.cpython-312.pyc b/backend/trip/db/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000..e8a8978 Binary files /dev/null and b/backend/trip/db/__pycache__/core.cpython-312.pyc differ diff --git a/backend/trip/models/__pycache__/__init__.cpython-312.pyc b/backend/trip/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..a79359d Binary files /dev/null and b/backend/trip/models/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/trip/models/__pycache__/models.cpython-312.pyc b/backend/trip/models/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000..7dd276d Binary files /dev/null and b/backend/trip/models/__pycache__/models.cpython-312.pyc differ diff --git a/backend/trip/routers/__pycache__/__init__.cpython-312.pyc b/backend/trip/routers/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..ec84c98 Binary files /dev/null and b/backend/trip/routers/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/trip/routers/__pycache__/auth.cpython-312.pyc b/backend/trip/routers/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000..f172c7e Binary files /dev/null and b/backend/trip/routers/__pycache__/auth.cpython-312.pyc differ diff --git a/backend/trip/routers/__pycache__/categories.cpython-312.pyc b/backend/trip/routers/__pycache__/categories.cpython-312.pyc new file mode 100644 index 0000000..6969289 Binary files /dev/null and b/backend/trip/routers/__pycache__/categories.cpython-312.pyc differ diff --git a/backend/trip/routers/__pycache__/places.cpython-312.pyc b/backend/trip/routers/__pycache__/places.cpython-312.pyc new file mode 100644 index 0000000..44d70c5 Binary files /dev/null and b/backend/trip/routers/__pycache__/places.cpython-312.pyc differ diff --git a/backend/trip/routers/__pycache__/settings.cpython-312.pyc b/backend/trip/routers/__pycache__/settings.cpython-312.pyc new file mode 100644 index 0000000..931ff8f Binary files /dev/null and b/backend/trip/routers/__pycache__/settings.cpython-312.pyc differ diff --git a/backend/trip/routers/__pycache__/trips.cpython-312.pyc b/backend/trip/routers/__pycache__/trips.cpython-312.pyc new file mode 100644 index 0000000..97a77d5 Binary files /dev/null and b/backend/trip/routers/__pycache__/trips.cpython-312.pyc differ diff --git a/backend/trip/utils/__pycache__/__init__.cpython-312.pyc b/backend/trip/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..e70e7bd Binary files /dev/null and b/backend/trip/utils/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/trip/utils/__pycache__/date.cpython-312.pyc b/backend/trip/utils/__pycache__/date.cpython-312.pyc new file mode 100644 index 0000000..f6dd1e7 Binary files /dev/null and b/backend/trip/utils/__pycache__/date.cpython-312.pyc differ diff --git a/backend/trip/utils/__pycache__/gmaps.cpython-312.pyc b/backend/trip/utils/__pycache__/gmaps.cpython-312.pyc new file mode 100644 index 0000000..89906ba Binary files /dev/null and b/backend/trip/utils/__pycache__/gmaps.cpython-312.pyc differ diff --git a/backend/trip/utils/__pycache__/utils.cpython-312.pyc b/backend/trip/utils/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000..4d9ae70 Binary files /dev/null and b/backend/trip/utils/__pycache__/utils.cpython-312.pyc differ diff --git a/backend/trip/utils/__pycache__/zip.cpython-312.pyc b/backend/trip/utils/__pycache__/zip.cpython-312.pyc new file mode 100644 index 0000000..1af1f04 Binary files /dev/null and b/backend/trip/utils/__pycache__/zip.cpython-312.pyc differ diff --git a/src/proxy.conf.json b/src/proxy.conf.json new file mode 100644 index 0000000..e90383e --- /dev/null +++ b/src/proxy.conf.json @@ -0,0 +1,8 @@ +{ + "/api": { + "target": "http://localhost:8000", + "secure": false, + "changeOrigin": true, + "logLevel": "warn" + } +} \ No newline at end of file