Skip to content

naisyrkdev/todo-fullstack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Fullstack todo web app with Vue + Dotnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published