Prepare application for Azure deployment
parents
Showing
with
4979 additions
and
0 deletions
event-ticket-app/.deployment
0 → 100644
event-ticket-app/.gitignore
0 → 100644
event-ticket-app/README.md
0 → 100644
event-ticket-app/STARTUP_INSTRUCTIONS.md
0 → 100644
event-ticket-app/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/app/account/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/app/admin/loading.tsx
0 → 100644
event-ticket-app/app/admin/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/app/admin/profile/page.tsx
0 → 100644
event-ticket-app/app/auth/signin/page.tsx
0 → 100644
event-ticket-app/app/auth/signup/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/app/checkout/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/app/events/[id]/page.tsx
0 → 100644
event-ticket-app/app/events/loading.tsx
0 → 100644
event-ticket-app/app/events/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/app/globals.css
0 → 100644
event-ticket-app/app/layout.tsx
0 → 100644
event-ticket-app/app/loading.tsx
0 → 100644
event-ticket-app/app/logout/page.tsx
0 → 100644
event-ticket-app/app/my-tickets/page.tsx
0 → 100644
event-ticket-app/app/page.tsx
0 → 100644
event-ticket-app/app/past-events/page.tsx
0 → 100644
event-ticket-app/app/tickets/[id]/page.tsx
0 → 100644
event-ticket-app/app/tracked-events/page.tsx
0 → 100644
event-ticket-app/backend/app/crud.py
0 → 100644
event-ticket-app/backend/app/database.py
0 → 100644
event-ticket-app/backend/app/main.py
0 → 100644
event-ticket-app/backend/app/models.py
0 → 100644
event-ticket-app/backend/app/schemas.py
0 → 100644
event-ticket-app/backend/app/test_db.py
0 → 100644
event-ticket-app/backend/crud.py
0 → 100644
event-ticket-app/backend/database.py
0 → 100644
event-ticket-app/backend/main.py
0 → 100644
event-ticket-app/backend/models.py
0 → 100644
event-ticket-app/backend/requirements.txt
0 → 100644
fastapi==0.95.0 | ||
uvicorn==0.21.1 | ||
sqlalchemy==2.0.7 | ||
pymysql==1.0.3 | ||
pydantic==1.10.7 | ||
python-jose==3.3.0 | ||
passlib==1.7.4 | ||
python-multipart==0.0.6 | ||
bcrypt==4.0.1 | ||
python-dotenv==1.0.0 |
event-ticket-app/backend/run.py
0 → 100644
event-ticket-app/backend/schemas.py
0 → 100644
event-ticket-app/backend/seed_db.py
0 → 100644
event-ticket-app/backend/test_db.py
0 → 100644
event-ticket-app/clean-cache.sh
0 → 100644
event-ticket-app/clean-reinstall.sh
0 → 100644
event-ticket-app/components.json
0 → 100644
event-ticket-app/components/admin-header.tsx
0 → 100644
event-ticket-app/components/app-header.tsx
0 → 100644
event-ticket-app/components/event-card.tsx
0 → 100644
event-ticket-app/components/event-list.tsx
0 → 100644
event-ticket-app/components/menu-popup.tsx
0 → 100644
event-ticket-app/components/ui/accordion.tsx
0 → 100644
event-ticket-app/components/ui/alert.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/avatar.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/badge.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/button.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/calendar.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/card.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/carousel.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/chart.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/checkbox.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/command.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/dialog.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/drawer.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/form.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/input-otp.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/input.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/label.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/menubar.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/popover.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/progress.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/resizable.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/select.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/separator.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/sheet.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/sidebar.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/skeleton.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/slider.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/sonner.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/switch.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/table.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/tabs.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/textarea.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/toast.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/toaster.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/toggle.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/tooltip.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/components/ui/use-toast.ts
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/create_public_dir.sh
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/deploy_to_azure.sh
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/export_database.sh
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
event-ticket-app/fastapi/admin/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/admin/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/auth.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/cleanup_tables.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/config-prod.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/config.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/database.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/event/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/event/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/event/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/event/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/main.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/rating/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/rating/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/rating/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/rating/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/requirements.txt
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/run.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/test_api.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/test_connection.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/test_login.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/ticket/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/ticket/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/ticket/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/ticket/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/user/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/user/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/user/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/fastapi/user/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/generate_requirements.txt
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/hooks/use-mobile.ts
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/hooks/use-toast.ts
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/import_database_azure.sh
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/lib/utils.ts
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/next.config.mjs
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/optimize.sh
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
event-ticket-app/package.json
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/pnpm-lock.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/postcss.config.mjs
0 → 100644
This diff is collapsed.
Click to expand it.

105 KB
event-ticket-app/public/placeholder-logo.png
0 → 100644

958 Bytes
event-ticket-app/public/placeholder-logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/public/placeholder-user.jpg
0 → 100644

2.55 KB
event-ticket-app/public/placeholder.jpg
0 → 100644

1.56 KB
event-ticket-app/public/placeholder.svg
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/requirements.txt
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/run_app.sh
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/server.js
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/src/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/src/app/globals.css
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/src/app/layout.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
event-ticket-app/src/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/start.sh
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/styles/globals.css
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/tailwind.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
event-ticket-app/web.config
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment