todo-fullstack-app
Fullstack todo web app with Vue + Dotnet
To run server, from src/server/TodoWebApi directory run in cmd/console:
dotnet run --urls=https://localhost:44393/
To run client first insttall node packages from src/client
directory
npm install
Next run web client from src/client directory type:
npx quasar dev
All should work out of the box.
Used in memory database.