CampusConnect API is a backend service that enables college communities to manage and discover campus events. Authenticated users can create events, browse and search for events, and register to ...
ShopEase/ ├── backend/ │ ├── config/ │ │ └── db.js # MySQL connection pool (Local & Cloud/Railway SSL) │ ├── middleware/ │ │ └── auth.js # JWT auth & admin authorization middleware │ ├── routes ...