๐Ÿงช Backend Testing Hub

Test all the backend APIs in action

๐Ÿ“ Signup Demo

Test user registration with the signup API endpoint

POST /api/auth/signup โ†’

๐Ÿ“… Events Listing

View all events and check event details from the database

GET /api/events โ†’

๐ŸŽฌ Create Event

Create a new event using the authenticated API endpoint

POST /api/events โ†’

โ„น๏ธ What's Available

๐Ÿš€ Getting Started

  1. Click on "Signup Demo" to register a new user
  2. Click on "Events Listing" to see all available events
  3. Click on "Create Event" to create a new event (needs auth token)
  4. Check the browser console for API requests and responses
  5. Read the documentation files for more details

Backend Status: โœ… Ready

This testing hub demonstrates the working backend APIs with Firebase integration