This application is a simple glossary management system that stores a list of abbreviations and their meanings. It allows users to add, browse, update, and delete abbreviations. The backend is developed using Express.js and uses MySQL for data storage. The frontend is based on Svelte.
- View Abbreviations: Users can see all stored abbreviations and their descriptions.
- Add New Abbreviations: Users can add new abbreviations with descriptions to the glossary.
- Update Abbreviations: Existing entries can be updated.
- Delete Abbreviations: Entries can be removed from the glossary.
- Backend: Express.js
- Frontend: Svelte
- Database: MySQL
-
Prerequisites:
- Install Node.js and npm.
- Install and configure MySQL on your system.
-
Clone the Repository:
git clone [Your Repository URL] cd glossar-app