This is a simple CRUD application for managing the Employees in a standard Northwind database. It is hosted here as quick preview.
The application interfaces with a REST service hosted via Express in Node.js.
It connects to where the API is hosted here by default, but this can be changed in vite.config.ts if you're hosting the API yourself.
npm install
npm run dev
npm run build