Initial commit
parents
Showing
with
4839 additions
and
0 deletions
.deployment
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
STARTUP_INSTRUCTIONS.md
0 → 100644
api.js
0 → 100644
This diff is collapsed.
Click to expand it.
app/account/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
app/admin/analytics/page.tsx
0 → 100644
app/admin/events/[id]/analytics/page.tsx
0 → 100644
app/admin/events/[id]/edit/page.tsx
0 → 100644
app/admin/events/new/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
app/admin/loading.tsx
0 → 100644
app/admin/my-events/page.tsx
0 → 100644
app/admin/my-tickets/page.tsx
0 → 100644
app/admin/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
app/admin/profile/page.tsx
0 → 100644
app/admin/tracked-events/page.tsx
0 → 100644
app/auth/signin/page.tsx
0 → 100644
app/auth/signup/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
app/checkout/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
app/events/[id]/page.tsx
0 → 100644
app/events/loading.tsx
0 → 100644
app/events/page.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
app/globals.css
0 → 100644
app/layout.tsx
0 → 100644
app/loading.tsx
0 → 100644
app/logout/page.tsx
0 → 100644
app/my-tickets/page.tsx
0 → 100644
app/page.tsx
0 → 100644
app/past-events/[id]/page.tsx
0 → 100644
app/past-events/page.tsx
0 → 100644
app/tickets/[id]/page.tsx
0 → 100644
app/tracked-events/page.tsx
0 → 100644
backend/app/crud.py
0 → 100644
backend/app/database.py
0 → 100644
backend/app/main.py
0 → 100644
backend/app/models.py
0 → 100644
backend/app/schemas.py
0 → 100644
backend/app/test_db.py
0 → 100644
backend/crud.py
0 → 100644
backend/database.py
0 → 100644
backend/main.py
0 → 100644
backend/models.py
0 → 100644
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 |
backend/run.py
0 → 100644
backend/schemas.py
0 → 100644
backend/seed_db.py
0 → 100644
backend/test_db.py
0 → 100644
clean-cache.sh
0 → 100644
clean-reinstall.sh
0 → 100644
components.json
0 → 100644
components/admin-event-list.tsx
0 → 100644
components/admin-header.tsx
0 → 100644
components/admin-sidebar.tsx
0 → 100644
components/app-header.tsx
0 → 100644
components/category-filter.tsx
0 → 100644
components/event-card.tsx
0 → 100644
components/event-list.tsx
0 → 100644
components/featured-events.tsx
0 → 100644
components/menu-popup.tsx
0 → 100644
components/theme-provider.tsx
0 → 100644
components/ui/accordion.tsx
0 → 100644
components/ui/alert-dialog.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/alert.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/aspect-ratio.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/avatar.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/badge.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/breadcrumb.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/button.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/calendar.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/card.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/carousel.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/chart.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/checkbox.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/collapsible.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/command.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/context-menu.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/dialog.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/drawer.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/dropdown-menu.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/form.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/hover-card.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/input-otp.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/input.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/label.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/menubar.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/navigation-menu.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/pagination.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/popover.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/progress.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/radio-group.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/resizable.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/scroll-area.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/select.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/separator.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/sheet.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/sidebar.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/skeleton.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/slider.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/sonner.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/switch.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/table.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/tabs.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/textarea.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/toast.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/toaster.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/toggle-group.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/toggle.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/tooltip.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/use-mobile.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ui/use-toast.ts
0 → 100644
This diff is collapsed.
Click to expand it.
config.js
0 → 100644
This diff is collapsed.
Click to expand it.
create_public_dir.sh
0 → 100644
This diff is collapsed.
Click to expand it.
deploy_to_azure.sh
0 → 100644
This diff is collapsed.
Click to expand it.
export_database.sh
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/__pycache__/auth.cpython-310.pyc
0 → 100644
No preview for this file type
fastapi/__pycache__/crud.cpython-310.pyc
0 → 100644
No preview for this file type
fastapi/__pycache__/database.cpython-310.pyc
0 → 100644
No preview for this file type
fastapi/__pycache__/main.cpython-310.pyc
0 → 100644
No preview for this file type
fastapi/__pycache__/models.cpython-310.pyc
0 → 100644
No preview for this file type
fastapi/__pycache__/schemas.cpython-310.pyc
0 → 100644
No preview for this file type
fastapi/admin/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/admin/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/auth.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/cleanup_tables.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/config-prod.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/config.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/database.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/event/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/event/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/event/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/event/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/main.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/rating/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/rating/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/rating/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/rating/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/requirements.txt
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/run.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/test_api.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/test_connection.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/test_db_connection.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/test_login.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/ticket/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/ticket/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/ticket/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/ticket/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/user/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/user/crud.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/user/models.py
0 → 100644
This diff is collapsed.
Click to expand it.
fastapi/user/schemas.py
0 → 100644
This diff is collapsed.
Click to expand it.
generate_requirements.txt
0 → 100644
This diff is collapsed.
Click to expand it.
hooks/use-mobile.ts
0 → 100644
This diff is collapsed.
Click to expand it.
hooks/use-toast.ts
0 → 100644
This diff is collapsed.
Click to expand it.
import_database_azure.sh
0 → 100644
This diff is collapsed.
Click to expand it.
lib/utils.ts
0 → 100644
This diff is collapsed.
Click to expand it.
next.config.mjs
0 → 100644
This diff is collapsed.
Click to expand it.
optimize.sh
0 → 100644
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
This diff is collapsed.
Click to expand it.
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
postcss.config.mjs
0 → 100644
This diff is collapsed.
Click to expand it.
public/images/user-avatar.png
0 → 100644

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

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

2.55 KB
public/placeholder.jpg
0 → 100644

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