Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 + EF (SQLite)

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages