This Menu Management System built with C#.Net Core and SQLite database that allows restaurants or cafes to manage their menu items efficiently. The system provides full CRUD (Create, Read, Update, ...
event-registration-system/ │ ├── models/ # Database schemas │ ├── User.js # User model (name, email) │ ├── Event.js # Event model (title, description, date) │ └── Registration.js # Registration model ...