Skip to content

BeesQ/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Application by Jakub "BeesQ" Łotysz

ASP.NET Core + Vue.js

Technologies

  • Backend: ASP.NET Core 9.0
  • ORM: Entity Framework Core (Code-First)
  • Database: SQLite
  • Frontend: Vue.js 3 + TypeScript
  • UI Framework: Vuetify 3

Prerequisites

  • .NET 9.0 SDK
  • Node.js 20.x or higher

Quick Start

Backend

cd src/TodoList.API
dotnet run

Note: Check terminal output for actual backend URL (typically http://localhost:5145)

Frontend (new terminal)

cd frontend
npm install
npm run dev

Note: Check terminal output for actual frontend URL (typically http://localhost:5173)

Access

Important: Port numbers may vary. Always verify the URLs shown in your terminal output when starting each service.

Documentation

See USER_MANUAL.md for detailed usage instructions.

About

Todo List App -> ASP.NET Core Web API + Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published