This is a simple rating application with a node.js/express backend to demonstrate the features of Svelte. Data is stored in a single file "profs.json".
Installation:
npm install
Run development server:
npm run dev
Now you can test the app under http://localhost:5000