Event_Planner_Project/ │ ├── alembic/ # Database migration directory │ ├── api/ # API layer (routes and helpers) │ ├── auth.py # Authentication routes (login, signup, etc.) │ ├── utils.py # Utility ...
A RESTful API for managing events built with Express, MongoDB, Mongoose, and TypeScript. Supports full CRUD operations, category and date filtering, and consistent ...