The Restaurant Menu Management System is a web application designed to manage restaurant menus. Users can create, edit, and delete menus, which are saved as PDFs. The project uses React for the frontend, NestJS for the backend, and MySQL for the database.
- Frontend: React
- Backend: NestJS
- Database: MySQL
- CSS Framework: Tailwind CSS
- Create new menus.
- Edit existing menus.
- Delete menus.
- Generate and save menus as PDFs.
This project is licensed under the MIT License. See the LICENSE file for details.
PDFs are generated using the pdfkit library.